Commit Graph

106138 Commits (bbfb21daa320c9eb327d63734f295fa50ba93826)
 

Author SHA1 Message Date
Alan Cox 76528a42e2 efirtc: push down the BKL 17 years ago
Adrian Bunk 372572e9b1 #if 0 hpet_unregister() 17 years ago
Adrian Bunk 8d1e120f69 proper extern for mwave_s_mdd 17 years ago
Edgar E. Iglesias 79885b2277 elf: use ELF_CORE_EFLAGS for kcore ELF header flags 17 years ago
Adrian Bunk 7833351b52 pty: remove unused UNIX98_PTY_COUNT options 17 years ago
Nadia Derbey 9eefe520c8 ipc: do not use a negative value to re-enable msgmni automatic recomputing 17 years ago
Akinobu Mita f1a43f93f0 ipc: use simple_read_from_buffer() 17 years ago
Manfred Spraul 380af1b33b ipc/sem.c: rewrite undo list locking 17 years ago
Manfred Spraul a1193f8ec0 ipc/sem.c: convert sem_array.sem_pending to struct list_head 17 years ago
Manfred Spraul 2c0c29d414 ipc/sem.c: remove unused entries from struct sem_queue 17 years ago
Manfred Spraul 4daa28f6d8 ipc/sem.c: convert undo structures to struct list_head 17 years ago
Nadia Derbey 00c2bf85d8 ipc: get rid of ipc_lock_down() 17 years ago
Nadia Derbey 983bfb7db3 ipc: call idr_find() without locking in ipc_lock() 17 years ago
Nadia Derbey cf481c20c4 idr: make idr_remove rcu-safe 17 years ago
Nadia Derbey f9c46d6ea5 idr: make idr_find rcu-safe 17 years ago
Nadia Derbey 3219b3b745 idr: make idr_get_new* rcu-safe 17 years ago
Nadia Derbey 944ca05c7b idr: error checking factorization 17 years ago
Nadia Derbey f098ad655f idr: fix a printk call 17 years ago
Nadia Derbey 4ae537892a idr: rename some of the idr APIs internal routines 17 years ago
Nadia Derbey 2027d1abc2 idr: change the idr structure 17 years ago
Chandru 95b68dec0d calgary iommu: use the first kernels TCE tables in kdump 17 years ago
Oleg Nesterov 8448502cfc workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails 17 years ago
Oleg Nesterov 8de6d308ba workqueues: schedule_on_each_cpu() can use schedule_work_on() 17 years ago
Oleg Nesterov ef1ca236b8 workqueues: queue_work() can use queue_work_on() 17 years ago
Oleg Nesterov a67da70dc0 workqueues: lockdep annotations for flush_work() 17 years ago
Oleg Nesterov 69b895fd13 S390 topology: don't use kthread() for arch_reinit_sched_domains() 17 years ago
Oleg Nesterov 3da1c84c00 workqueues: make get_online_cpus() useable for work->func() 17 years ago
Oleg Nesterov 8616a89ab7 workqueues: schedule_on_each_cpu: use flush_work() 17 years ago
Oleg Nesterov db70089722 workqueues: implement flush_work() 17 years ago
Oleg Nesterov 1a4d9b0aa0 workqueues: insert_work: use "list_head *" instead of "int tail" 17 years ago
Oleg Nesterov 565b9b14e7 coredump: format_corename: fix the "core_uses_pid" logic 17 years ago
Oleg Nesterov a94e2d408e coredump: kill mm->core_done 17 years ago
Oleg Nesterov 182c515fd2 coredump: elf_fdpic_core_dump: use core_state->dumper list 17 years ago
Oleg Nesterov 83914441f9 coredump: elf_core_dump: use core_state->dumper list 17 years ago
Oleg Nesterov b564daf806 coredump: construct the list of coredumping threads at startup time 17 years ago
Oleg Nesterov 9d5b327bf1 coredump: make mm->core_state visible to ->core_dump() 17 years ago
Oleg Nesterov c5f1cc8c18 coredump: turn core_state->nr_threads into atomic_t 17 years ago
Oleg Nesterov 8cd9c24912 coredump: simplify core_state->nr_threads calculation 17 years ago
Oleg Nesterov 999d9fc167 coredump: move mm->core_waiters into struct core_state 17 years ago
Oleg Nesterov 32ecb1f26d coredump: turn mm->core_startup_done into the pointer to struct core_state 17 years ago
Oleg Nesterov 24d5288f06 coredump: elf_core_dump: skip kernel threads 17 years ago
Oleg Nesterov 15b9f360c0 coredump: zap_threads() must skip kernel threads 17 years ago
Oleg Nesterov 246bb0b1de kill PF_BORROWED_MM in favour of PF_KTHREAD 17 years ago
Oleg Nesterov 7b34e4283c introduce PF_KTHREAD flag 17 years ago
Oleg Nesterov 3d749b9e67 ptrace: simplify ptrace_stop()->sigkill_pending() path 17 years ago
Oleg Nesterov 364d3c13c1 ptrace: give more respect to SIGKILL 17 years ago
Adrian Bunk f22ab814a2 include/asm/ptrace.h userspace headers cleanup 17 years ago
Gustavo Fernando Padovan bc64efd220 kernel/signal.c: change vars pid and tgid types to pid_t 17 years ago
Michael Kerrisk d8878ba3f0 signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ 17 years ago
Oleg Nesterov e4901f92a8 coredump: zap_threads: comments && use while_each_thread() 17 years ago