aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-25dsp56k: BKL pushdownAlan Cox1-6/+14
2008-07-25ds1302: push down the BKL into the driver ioctl codeAlan Cox1-6/+11
2008-07-25ppdev: wrap ioctl handler in driver and push lock downAlan Cox1-5/+13
2008-07-25ixj: push BKL into driver and wrap ioctlsAlan Cox1-4/+13
2008-07-25sx: push BKL down into the firmware ioctl handlerAlan Cox1-30/+43
2008-07-25rio: push down the BKL into the firmware ioctl handlerAlan Cox1-3/+5
2008-07-25mwave: ioctl BKL pushdownAlan Cox1-11/+28
2008-07-25ip2: push BKL down for the firmware interfaceAlan Cox1-5/+8
2008-07-25efirtc: push down the BKLAlan Cox1-16/+19
2008-07-25#if 0 hpet_unregister()Adrian Bunk1-0/+2
2008-07-25proper extern for mwave_s_mddAdrian Bunk2-2/+2
2008-07-25elf: use ELF_CORE_EFLAGS for kcore ELF header flagsEdgar E. Iglesias2-7/+7
2008-07-25pty: remove unused UNIX98_PTY_COUNT optionsAdrian Bunk2-28/+0
2008-07-25ipc: do not use a negative value to re-enable msgmni automatic recomputingNadia Derbey3-19/+76
2008-07-25ipc: use simple_read_from_buffer()Akinobu Mita1-18/+7
2008-07-25ipc/sem.c: rewrite undo list lockingManfred Spraul2-55/+98
2008-07-25ipc/sem.c: convert sem_array.sem_pending to struct list_headManfred Spraul2-64/+40
2008-07-25ipc/sem.c: remove unused entries from struct sem_queueManfred Spraul2-4/+0
2008-07-25ipc/sem.c: convert undo structures to struct list_headManfred Spraul2-80/+95
2008-07-25ipc: get rid of ipc_lock_down()Nadia Derbey3-75/+4
2008-07-25ipc: call idr_find() without locking in ipc_lock()Nadia Derbey1-9/+0
2008-07-25idr: make idr_remove rcu-safeNadia Derbey1-14/+43
2008-07-25idr: make idr_find rcu-safeNadia Derbey2-5/+22
2008-07-25idr: make idr_get_new* rcu-safeNadia Derbey1-5/+9
2008-07-25idr: error checking factorizationNadia Derbey2-21/+15
2008-07-25idr: fix a printk callNadia Derbey1-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesNadia Derbey1-15/+16
2008-07-25idr: change the idr structureNadia Derbey1-0/+2
2008-07-25calgary iommu: use the first kernels TCE tables in kdumpChandru2-6/+87
2008-07-25workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE failsOleg Nesterov1-3/+6
2008-07-25workqueues: schedule_on_each_cpu() can use schedule_work_on()Oleg Nesterov1-2/+1
2008-07-25workqueues: queue_work() can use queue_work_on()Oleg Nesterov1-7/+4
2008-07-25workqueues: lockdep annotations for flush_work()Oleg Nesterov1-0/+5
2008-07-25S390 topology: don't use kthread() for arch_reinit_sched_domains()Oleg Nesterov1-13/+1
2008-07-25workqueues: make get_online_cpus() useable for work->func()Oleg Nesterov4-13/+27
2008-07-25workqueues: schedule_on_each_cpu: use flush_work()Oleg Nesterov1-1/+2
2008-07-25workqueues: implement flush_work()Oleg Nesterov2-0/+48
2008-07-25workqueues: insert_work: use "list_head *" instead of "int tail"Oleg Nesterov1-10/+7
2008-07-25coredump: format_corename: fix the "core_uses_pid" logicOleg Nesterov1-8/+5
2008-07-25coredump: kill mm->core_doneOleg Nesterov3-7/+30
2008-07-25coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov1-17/+12
2008-07-25coredump: elf_core_dump: use core_state->dumper listOleg Nesterov1-45/+32
2008-07-25coredump: construct the list of coredumping threads at startup timeOleg Nesterov3-3/+20
2008-07-25coredump: make mm->core_state visible to ->core_dump()Oleg Nesterov1-7/+7
2008-07-25coredump: turn core_state->nr_threads into atomic_tOleg Nesterov3-5/+4
2008-07-25coredump: simplify core_state->nr_threads calculationOleg Nesterov1-17/+16
2008-07-25coredump: move mm->core_waiters into struct core_stateOleg Nesterov5-18/+19
2008-07-25coredump: turn mm->core_startup_done into the pointer to struct core_stateOleg Nesterov3-6/+11
2008-07-25coredump: elf_core_dump: skip kernel threadsOleg Nesterov2-0/+9
2008-07-25coredump: zap_threads() must skip kernel threadsOleg Nesterov1-2/+3