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