index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip2: push BKL down for the firmware interface
Alan Cox
2008-07-25
1
-5
/
+8
*
efirtc: push down the BKL
Alan Cox
2008-07-25
1
-16
/
+19
*
#if 0 hpet_unregister()
Adrian Bunk
2008-07-25
1
-0
/
+2
*
proper extern for mwave_s_mdd
Adrian Bunk
2008-07-25
2
-2
/
+2
*
elf: use ELF_CORE_EFLAGS for kcore ELF header flags
Edgar E. Iglesias
2008-07-25
2
-7
/
+7
*
pty: remove unused UNIX98_PTY_COUNT options
Adrian Bunk
2008-07-25
2
-28
/
+0
*
ipc: do not use a negative value to re-enable msgmni automatic recomputing
Nadia Derbey
2008-07-25
3
-19
/
+76
*
ipc: use simple_read_from_buffer()
Akinobu Mita
2008-07-25
1
-18
/
+7
*
ipc/sem.c: rewrite undo list locking
Manfred Spraul
2008-07-25
2
-55
/
+98
*
ipc/sem.c: convert sem_array.sem_pending to struct list_head
Manfred Spraul
2008-07-25
2
-64
/
+40
*
ipc/sem.c: remove unused entries from struct sem_queue
Manfred Spraul
2008-07-25
2
-4
/
+0
*
ipc/sem.c: convert undo structures to struct list_head
Manfred Spraul
2008-07-25
2
-80
/
+95
*
ipc: get rid of ipc_lock_down()
Nadia Derbey
2008-07-25
3
-75
/
+4
*
ipc: call idr_find() without locking in ipc_lock()
Nadia Derbey
2008-07-25
1
-9
/
+0
*
idr: make idr_remove rcu-safe
Nadia Derbey
2008-07-25
1
-14
/
+43
*
idr: make idr_find rcu-safe
Nadia Derbey
2008-07-25
2
-5
/
+22
*
idr: make idr_get_new* rcu-safe
Nadia Derbey
2008-07-25
1
-5
/
+9
*
idr: error checking factorization
Nadia Derbey
2008-07-25
2
-21
/
+15
*
idr: fix a printk call
Nadia Derbey
2008-07-25
1
-1
/
+2
*
idr: rename some of the idr APIs internal routines
Nadia Derbey
2008-07-25
1
-15
/
+16
*
idr: change the idr structure
Nadia Derbey
2008-07-25
1
-0
/
+2
*
calgary iommu: use the first kernels TCE tables in kdump
Chandru
2008-07-25
2
-6
/
+87
*
workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails
Oleg Nesterov
2008-07-25
1
-3
/
+6
*
workqueues: schedule_on_each_cpu() can use schedule_work_on()
Oleg Nesterov
2008-07-25
1
-2
/
+1
*
workqueues: queue_work() can use queue_work_on()
Oleg Nesterov
2008-07-25
1
-7
/
+4
*
workqueues: lockdep annotations for flush_work()
Oleg Nesterov
2008-07-25
1
-0
/
+5
*
S390 topology: don't use kthread() for arch_reinit_sched_domains()
Oleg Nesterov
2008-07-25
1
-13
/
+1
*
workqueues: make get_online_cpus() useable for work->func()
Oleg Nesterov
2008-07-25
4
-13
/
+27
*
workqueues: schedule_on_each_cpu: use flush_work()
Oleg Nesterov
2008-07-25
1
-1
/
+2
*
workqueues: implement flush_work()
Oleg Nesterov
2008-07-25
2
-0
/
+48
*
workqueues: insert_work: use "list_head *" instead of "int tail"
Oleg Nesterov
2008-07-25
1
-10
/
+7
*
coredump: format_corename: fix the "core_uses_pid" logic
Oleg Nesterov
2008-07-25
1
-8
/
+5
*
coredump: kill mm->core_done
Oleg Nesterov
2008-07-25
3
-7
/
+30
*
coredump: elf_fdpic_core_dump: use core_state->dumper list
Oleg Nesterov
2008-07-25
1
-17
/
+12
*
coredump: elf_core_dump: use core_state->dumper list
Oleg Nesterov
2008-07-25
1
-45
/
+32
*
coredump: construct the list of coredumping threads at startup time
Oleg Nesterov
2008-07-25
3
-3
/
+20
*
coredump: make mm->core_state visible to ->core_dump()
Oleg Nesterov
2008-07-25
1
-7
/
+7
*
coredump: turn core_state->nr_threads into atomic_t
Oleg Nesterov
2008-07-25
3
-5
/
+4
*
coredump: simplify core_state->nr_threads calculation
Oleg Nesterov
2008-07-25
1
-17
/
+16
*
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
2008-07-25
5
-18
/
+19
*
coredump: turn mm->core_startup_done into the pointer to struct core_state
Oleg Nesterov
2008-07-25
3
-6
/
+11
*
coredump: elf_core_dump: skip kernel threads
Oleg Nesterov
2008-07-25
2
-0
/
+9
*
coredump: zap_threads() must skip kernel threads
Oleg Nesterov
2008-07-25
1
-2
/
+3
*
kill PF_BORROWED_MM in favour of PF_KTHREAD
Oleg Nesterov
2008-07-25
3
-6
/
+3
*
introduce PF_KTHREAD flag
Oleg Nesterov
2008-07-25
4
-2
/
+4
*
ptrace: simplify ptrace_stop()->sigkill_pending() path
Oleg Nesterov
2008-07-25
1
-7
/
+5
*
ptrace: give more respect to SIGKILL
Oleg Nesterov
2008-07-25
1
-3
/
+0
*
include/asm/ptrace.h userspace headers cleanup
Adrian Bunk
2008-07-25
15
-23
/
+32
*
kernel/signal.c: change vars pid and tgid types to pid_t
Gustavo Fernando Padovan
2008-07-25
1
-6
/
+6
*
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
Michael Kerrisk
2008-07-25
1
-6
/
+4
[next]