| Commit message (Expand) | Author | Age |
* | nwflash: use simple_read_from_buffer() | Akinobu Mita | 2008-07-25 |
* | dsp56k: BKL pushdown | Alan Cox | 2008-07-25 |
* | ds1302: push down the BKL into the driver ioctl code | Alan Cox | 2008-07-25 |
* | ppdev: wrap ioctl handler in driver and push lock down | Alan Cox | 2008-07-25 |
* | ixj: push BKL into driver and wrap ioctls | Alan Cox | 2008-07-25 |
* | sx: push BKL down into the firmware ioctl handler | Alan Cox | 2008-07-25 |
* | rio: push down the BKL into the firmware ioctl handler | Alan Cox | 2008-07-25 |
* | mwave: ioctl BKL pushdown | Alan Cox | 2008-07-25 |
* | ip2: push BKL down for the firmware interface | Alan Cox | 2008-07-25 |
* | efirtc: push down the BKL | Alan Cox | 2008-07-25 |
* | #if 0 hpet_unregister() | Adrian Bunk | 2008-07-25 |
* | proper extern for mwave_s_mdd | Adrian Bunk | 2008-07-25 |
* | elf: use ELF_CORE_EFLAGS for kcore ELF header flags | Edgar E. Iglesias | 2008-07-25 |
* | pty: remove unused UNIX98_PTY_COUNT options | Adrian Bunk | 2008-07-25 |
* | ipc: do not use a negative value to re-enable msgmni automatic recomputing | Nadia Derbey | 2008-07-25 |
* | ipc: use simple_read_from_buffer() | Akinobu Mita | 2008-07-25 |
* | ipc/sem.c: rewrite undo list locking | Manfred Spraul | 2008-07-25 |
* | ipc/sem.c: convert sem_array.sem_pending to struct list_head | Manfred Spraul | 2008-07-25 |
* | ipc/sem.c: remove unused entries from struct sem_queue | Manfred Spraul | 2008-07-25 |
* | ipc/sem.c: convert undo structures to struct list_head | Manfred Spraul | 2008-07-25 |
* | ipc: get rid of ipc_lock_down() | Nadia Derbey | 2008-07-25 |
* | ipc: call idr_find() without locking in ipc_lock() | Nadia Derbey | 2008-07-25 |
* | idr: make idr_remove rcu-safe | Nadia Derbey | 2008-07-25 |
* | idr: make idr_find rcu-safe | Nadia Derbey | 2008-07-25 |
* | idr: make idr_get_new* rcu-safe | Nadia Derbey | 2008-07-25 |
* | idr: error checking factorization | Nadia Derbey | 2008-07-25 |
* | idr: fix a printk call | Nadia Derbey | 2008-07-25 |
* | idr: rename some of the idr APIs internal routines | Nadia Derbey | 2008-07-25 |
* | idr: change the idr structure | Nadia Derbey | 2008-07-25 |
* | calgary iommu: use the first kernels TCE tables in kdump | Chandru | 2008-07-25 |
* | workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails | Oleg Nesterov | 2008-07-25 |
* | workqueues: schedule_on_each_cpu() can use schedule_work_on() | Oleg Nesterov | 2008-07-25 |
* | workqueues: queue_work() can use queue_work_on() | Oleg Nesterov | 2008-07-25 |
* | workqueues: lockdep annotations for flush_work() | Oleg Nesterov | 2008-07-25 |
* | S390 topology: don't use kthread() for arch_reinit_sched_domains() | Oleg Nesterov | 2008-07-25 |
* | workqueues: make get_online_cpus() useable for work->func() | Oleg Nesterov | 2008-07-25 |
* | workqueues: schedule_on_each_cpu: use flush_work() | Oleg Nesterov | 2008-07-25 |
* | workqueues: implement flush_work() | Oleg Nesterov | 2008-07-25 |
* | workqueues: insert_work: use "list_head *" instead of "int tail" | Oleg Nesterov | 2008-07-25 |
* | coredump: format_corename: fix the "core_uses_pid" logic | Oleg Nesterov | 2008-07-25 |
* | coredump: kill mm->core_done | Oleg Nesterov | 2008-07-25 |
* | coredump: elf_fdpic_core_dump: use core_state->dumper list | Oleg Nesterov | 2008-07-25 |
* | coredump: elf_core_dump: use core_state->dumper list | Oleg Nesterov | 2008-07-25 |
* | coredump: construct the list of coredumping threads at startup time | Oleg Nesterov | 2008-07-25 |
* | coredump: make mm->core_state visible to ->core_dump() | Oleg Nesterov | 2008-07-25 |
* | coredump: turn core_state->nr_threads into atomic_t | Oleg Nesterov | 2008-07-25 |
* | coredump: simplify core_state->nr_threads calculation | Oleg Nesterov | 2008-07-25 |
* | coredump: move mm->core_waiters into struct core_state | Oleg Nesterov | 2008-07-25 |
* | coredump: turn mm->core_startup_done into the pointer to struct core_state | Oleg Nesterov | 2008-07-25 |
* | coredump: elf_core_dump: skip kernel threads | Oleg Nesterov | 2008-07-25 |