summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* taskstats: split fill_pid functionMichael Holzheu2010-10-271-29/+21
* taskstats: separate taskstats commandsMichael Holzheu2010-10-271-40/+78
* delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney2010-10-271-1/+7
* delay-accounting: reimplement -c for getdelays.c to report information on a t...Mel Gorman2010-10-271-2/+36
* namespaces Kconfig: move namespace menu location after the cgroupDaniel Lezcano2010-10-271-52/+52
* namespaces Kconfig: remove the cgroup device whitelist experimental tagDaniel Lezcano2010-10-271-1/+0
* namespaces Kconfig: remove pointless cgroup dependencyDaniel Lezcano2010-10-271-10/+4
* namespaces Kconfig: make namespace a submenuDaniel Lezcano2010-10-271-6/+8
* namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is sel...Daniel Lezcano2010-10-271-2/+5
* namespaces: remove pid_ns and net_ns experimental statusDaniel Lezcano2010-10-271-6/+3
* rapidio: fix destructive port EM initialization for Tsi568Alexandre Bounine2010-10-271-5/+10
* rapidio: fix maximum port number in tsi57x EM initializationAlexandre Bounine2010-10-271-1/+2
* rapidio: fix IDLE2 bits corruptionAlexandre Bounine2010-10-272-9/+3
* rapidio: add handling of redundant routesAlexandre Bounine2010-10-275-51/+64
* rapidio: add support for IDT CPS Gen2 switchesAlexandre Bounine2010-10-275-0/+462
* rapidio: add device access check into the enumerationAlexandre Bounine2010-10-273-1/+9
* rapidio: add handling of orphan port-write messageAlexandre Bounine2010-10-272-5/+110
* rapidio: modify sysfs initialization for switchesAlexandre Bounine2010-10-272-7/+25
* rapidio: add default handler for error-stopped stateAlexandre Bounine2010-10-274-34/+206
* rapidio: add relation links between RIO device structuresAlexandre Bounine2010-10-272-33/+27
* rapidio: use stored ingress port number instead of register readAlexandre Bounine2010-10-273-28/+14
* rapidio:powerpc/85xx: modify RIO port-write interrupt handlerAlexandre Bounine2010-10-271-29/+39
* rapidio: fix RapidIO sysfs hierarchyAlexandre Bounine2010-10-273-1/+3
* drivers/char/mxser.c: fix compilation warning in mxser.cRakib Mullick2010-10-271-0/+4
* drivers/char/rio/Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-271-1/+1
* drivers/char/pcmcia/ipwireless/Makefile: Makefile: replace the use of <module...Tracey Dent2010-10-271-1/+1
* drivers/char/mwave/Makefile: clean upTracey Dent2010-10-271-2/+2
* drivers/char/ipmi/Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-271-1/+1
* drivers/char/ip2/Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-271-1/+1
* drivers/char/synclink_gt.c: add extended sync featurePaul Fulghum2010-10-272-3/+113
* drivers/char/synclink_gt.c: fix information leak to userlandVasiliy Kulikov2010-10-271-0/+3
* drivers/char/ppdev.c: fix information leak to userlandVasiliy Kulikov2010-10-271-0/+1
* drivers/char/applicom.c: fix information leak to userlandVasiliy Kulikov2010-10-271-0/+1
* synclink_gt: fix per device lockingPaul Fulghum2010-10-271-13/+15
* SGI Altix IA64 mmtimer: eliminate long interval timer holdoffsDimitri Sivanich2010-10-271-28/+32
* drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING)Andrew Morton2010-10-271-1/+0
* drivers/char/rocket.c: release_region or error pathDan Carpenter2010-10-271-1/+4
* ipmi: fix __init and __exit attribute locationsCorey Minyard2010-10-273-11/+11
* ipc: initialize structure memory to zero for compat functionsDan Rosenberg2010-10-272-0/+11
* ipc/shm.c: add RSS and swap size information to /proc/sysvipc/shmHelge Deller2010-10-271-21/+42
* exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro2010-10-271-2/+1
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-273-8/+21
* /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-272-5/+13
* procfs: fix /proc/softirqs formattingDavidlohr Bueso2010-10-271-2/+2
* /proc/pid/pagemap: document in Documentation/filesystems/proc.txtNikanth Karthikesan2010-10-271-0/+4
* /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-272-3/+16
* exit: add lock context annotation on find_new_reaper()Namhyung Kim2010-10-271-0/+2
* coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath2010-10-271-2/+2
* core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng2010-10-271-60/+95
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-278-20/+21