aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25unexport proc_clear_ttyAdrian Bunk1-1/+0
2008-07-25dell_rbu: use memory_read_from_buffer()Akinobu Mita1-25/+3
2008-07-25fs/partitions/efi: convert to pr_debugThomas Gleixner1-25/+17
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche2-4/+11
2008-07-25fs/partition/check.c: fix return value warningAbdel Benamrouche2-7/+23
2008-07-25dcdbas: use memory_read_from_buffer()Akinobu Mita1-11/+2
2008-07-25firmware: use memory_read_from_buffer()Akinobu Mita1-9/+3
2008-07-25drivers/misc/phantom: note PCIJiri Slaby2-2/+4
2008-07-25Char: mxser, various cleanupsJiri Slaby1-20/+4
2008-07-25Char: mxser, remove predefined isa supportJiri Slaby1-40/+27
2008-07-25Char: mxser, prints cleanupJiri Slaby1-43/+37
2008-07-25Char: mxser, update documentationJiri Slaby1-140/+252
2008-07-25Char: mxser, globals cleanupJiri Slaby1-75/+55
2008-07-25Char: mxser, ioctl cleanupJiri Slaby1-23/+19
2008-07-25nwflash: use simple_read_from_buffer()Akinobu Mita1-23/+8
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