index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
tile
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-18
arch/tile: big-endian: properly bswap instruction bundles when backtracing
Chris Metcalf
1
-2
/
+7
2012-06-06
tile: add #include to unbreak build after generic init_task conversion
Chris Metcalf
1
-0
/
+1
2012-06-06
tile: remove cpu_idle_on_new_stack
Chris Metcalf
1
-14
/
+0
2012-06-01
new helper: signal_delivered()
Al Viro
1
-1
/
+1
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2
-6
/
+0
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
1
-20
/
+5
2012-06-01
new helper: sigmask_to_save()
Al Viro
1
-8
/
+3
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
1
-4
/
+1
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2012-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
20
-393
/
+1057
2012-05-25
arch/tile: add descriptive text if the kernel reports a bad trap
Chris Metcalf
1
-2
/
+28
2012-05-25
arch/tile: allow querying cpu module information from the hypervisor
Chris Metcalf
1
-0
/
+8
2012-05-25
arch/tile: fix hardwall for tilegx and generalize for idn and ipi
Chris Metcalf
3
-260
/
+512
2012-05-25
arch/tile: support multiple huge page sizes dynamically
Chris Metcalf
4
-56
/
+120
2012-05-25
arch/tile: support kexec() for tilegx
Chris Metcalf
4
-9
/
+288
2012-05-25
arch/tile: support <asm/cachectl.h> header for cacheflush() syscall
Chris Metcalf
1
-2
/
+8
2012-05-25
arch/tile: Allow tilegx to build with either 16K or 64K page size
Chris Metcalf
5
-22
/
+25
2012-05-25
arch/tile: optimize get_user/put_user and friends
Chris Metcalf
1
-1
/
+0
2012-05-25
arch/tile: support building big-endian kernel
Chris Metcalf
2
-5
/
+23
2012-05-25
arch/tile: use interrupt critical sections less
Chris Metcalf
2
-36
/
+45
2012-05-24
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
1
-2
/
+0
2012-05-22
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-82
/
+20
2012-05-17
arch/tile: apply commit 74fca9da0 to the compat signal handling as well
Chris Metcalf
1
-7
/
+5
2012-05-17
arch/tile: fix up some issues in calling do_work_pending()
Chris Metcalf
3
-25
/
+61
2012-05-08
Merge branch 'smp/threadalloc' into smp/hotplug
Thomas Gleixner
2
-23
/
+4
2012-05-08
tile: Use common threadinfo allocator
Thomas Gleixner
1
-21
/
+2
2012-05-05
tile: Use generic init_task
Thomas Gleixner
3
-60
/
+17
2012-04-26
smp: Add task_struct argument to __cpu_up()
Thomas Gleixner
1
-1
/
+1
2012-04-25
arch/tile: fix a couple of functions that should be __init
Chris Metcalf
1
-2
/
+2
2012-04-21
VM: add "vm_mmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-11
arch/tile: avoid unused variable warning in proc.c for tilegx
Chris Metcalf
1
-3
/
+1
2012-04-09
tile/CPU hotplug: Add missing call to notify_cpu_starting()
Srivatsa S. Bhat
1
-0
/
+2
2012-04-07
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
10
-157
/
+240
2012-04-02
arch/tile: avoid accidentally unmasking NMI-type interrupt accidentally
Chris Metcalf
2
-7
/
+36
2012-04-02
arch/tile: return SIGBUS for addresses that are unaligned AND invalid
Chris Metcalf
1
-12
/
+19
2012-04-02
arch/tile: fix single-stepping over swint1 instructions on tilegx
Chris Metcalf
1
-3
/
+18
2012-04-02
arch/tile: implement panic_smp_self_stop()
Chris Metcalf
1
-0
/
+6
2012-04-02
arch/tile: add "nop" after "nap" to help GX idle power draw
Chris Metcalf
2
-1
/
+3
2012-04-02
arch/tile: use proper memparse() for "maxmem" options
Chris Metcalf
1
-9
/
+8
2012-04-02
arch/tile: don't leak kernel memory when we unload modules
Chris Metcalf
1
-0
/
+2
2012-04-02
arch/tile: fix a couple of comments that needed updating
Chris Metcalf
1
-2
/
+9
2012-04-02
arch/tile: fix up some minor trap handling issues
Chris Metcalf
2
-3
/
+8
2012-04-02
arch/tile: work around a hardware issue with the return-address stack
Chris Metcalf
2
-1
/
+17
2012-04-02
arch/tile: various bugs in stack backtracer
Chris Metcalf
1
-119
/
+112
2012-04-02
arch/tile: avoid false corrupt frame warning in early boot
Chris Metcalf
1
-1
/
+1
2012-04-02
tile: fix multiple build failures from system.h dismantle
Paul Gortmaker
2
-0
/
+2
2012-04-02
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
Linus Torvalds
1
-4
/
+4
2012-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
1
-43
/
+0
2012-03-29
documentation: remove references to cpu_*_map.
Rusty Russell
1
-1
/
+1
2012-03-29
remove references to cpu_*_map in arch/
Rusty Russell
1
-3
/
+3
[next]