Commit Graph

105985 Commits (41aee9a121fd0c31ae22dfe57e8f9ee9d6d85c25)
 

Author SHA1 Message Date
Jiri Slaby 41aee9a121 Char: mxser, ioctl cleanup 17 years ago
Akinobu Mita 6ee8928d94 nwflash: use simple_read_from_buffer() 17 years ago
Alan Cox 236b8756a2 dsp56k: BKL pushdown 17 years ago
Alan Cox b8e3591965 ds1302: push down the BKL into the driver ioctl code 17 years ago
Alan Cox 6d535d3e6a ppdev: wrap ioctl handler in driver and push lock down 17 years ago
Alan Cox e05e9f7c4a ixj: push BKL into driver and wrap ioctls 17 years ago
Alan Cox 11af7478ad sx: push BKL down into the firmware ioctl handler 17 years ago
Alan Cox f6759fdcfd rio: push down the BKL into the firmware ioctl handler 17 years ago
Alan Cox 909d145f0d mwave: ioctl BKL pushdown 17 years ago
Alan Cox 47be36a24d ip2: push BKL down for the firmware interface 17 years ago
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