aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pid_namespace.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-25pidns: use kzalloc when allocating new pid_namespace structPavel Emelyanov1-6/+2
2008-07-25bsdacct: rename acct_gbls to bsd_acct_structPavel Emelyanov1-2/+2
2008-07-25accounting: account for user time when updating memory integralsJonathan Lim3-8/+17
2008-07-25unexport uts_semAdrian Bunk1-2/+0
2008-07-25markers: fix sparse integer as NULL pointer warningHarvey Harrison1-1/+1
2008-07-25markers: use rcu_barrier_sched() and call_rcu_sched()Mathieu Desnoyers1-17/+8
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke1-4/+5
2008-07-25pidns: remove find_task_by_pid, unused for a long timePavel Emelyanov3-25/+1
2008-07-25pidns: remove now unused find_pid function.Pavel Emelyanov3-11/+3
2008-07-25pidns: remove now unused kill_proc functionPavel Emelyanov2-13/+0
2008-07-25shrink struct pid by removing padding on 64 bit buildsRichard Kennedy1-1/+1
2008-07-25proper pid{hash,map}_init() prototypesAdrian Bunk2-2/+3
2008-07-25sysctl: allow override of /proc/sys/net with CAP_NET_ADMINStephen Hemminger1-0/+14
2008-07-25sysctl: check for bogus modesAlexey Dobriyan1-0/+2
2008-07-25proc: misplaced export of find_get_pidDavid Sterba1-1/+1
2008-07-25proc: move Kconfig to fs/proc/KconfigAlexey Dobriyan2-59/+60
2008-07-25proc: remove pathetic remount codeAlexey Dobriyan1-7/+0
2008-07-25proc: always do ->releaseAlexey Dobriyan4-4/+92
2008-07-25move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk3-1/+3
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