summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-081-2/+1Star
* uglify while_each_pid_task() to make sure we don't count the execing pricess ...Oleg Nesterov2008-02-081-0/+6
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-082-14/+5Star
* fix group stop with exit raceOleg Nesterov2008-02-081-0/+1
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-081-1/+1
* kill PT_ATTACHEDOleg Nesterov2008-02-081-1/+0Star
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-081-1/+4
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-2/+11
* fix "modules: make module_address_lookup() safe"Andrew Morton2008-02-081-2/+2
* tty: s390 support for termios2.Heiko Carstens2008-02-083-1/+11
* tty: let architectures override the user/kernel macros.Heiko Carstens2008-02-081-0/+6
* intel-iommu: fault_reason index cleanupmark gross2008-02-081-1/+1
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-081-1/+9
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-083-6/+9
* proc: implement proc_single_file_operationsEric W. Biederman2008-02-081-0/+3
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-082-1/+7
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-082-52/+69
* namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov2008-02-081-0/+21
* hugetlb: add locking for overcommit sysctlNishanth Aravamudan2008-02-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-02-082-41/+11Star
|\
| * dm: table remove unused variableVasily Averin2008-02-081-9/+9
| * dm ioctl: move compat codeMilan Broz2008-02-081-32/+2Star
* | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2008-02-082-36/+3Star
|\ \
| * | hwmon: Discard useless I2C driver IDsJean Delvare2008-02-081-33/+0Star
| * | hwmon: (w83781d) Misc cleanupsJean Delvare2008-02-081-1/+0Star
| * | hwmon: (gl520sm) Various cleanupsJean Delvare2008-02-081-1/+0Star
| * | hwmon: (gl518sm) Various cleanupsJean Delvare2008-02-081-1/+0Star
| * | dmi: Let drivers walk the DMI tableJean Delvare2008-02-081-0/+3
| |/
* | Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-02-082-1/+27
|\ \
| * | SLUB: Support for performance statisticsChristoph Lameter2008-02-081-0/+23
| * | SLUB: Use unique end pointer for each slab page.Christoph Lameter2008-02-081-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-02-086-44/+220
|\ \ \
| * | | [SCSI] enclosure: add support for enclosure servicesJames Bottomley2008-02-081-0/+129
| * | | [SCSI] Small cleanups for scsi_host.hPavel Machek2008-02-081-19/+25
| * | | [SCSI] add protocol definitionsJames Bottomley2008-02-081-0/+14
| * | | [SCSI] libiscsi: fix session age rollover and remove cid encodingMike Christie2008-02-082-4/+2Star
| * | | [SCSI] iscsi: fix up iscsi printk prefixMike Christie2008-02-082-0/+13
| * | | [SCSI] iscsi class: add async scan helperMike Christie2008-02-081-1/+2
| * | | [SCSI] iscsi class: add session scanningMike Christie2008-02-081-3/+4
| * | | [SCSI] iscsi class, libiscsi: add iscsi sysfs session state fileMike Christie2008-02-082-15/+31
| * | | [SCSI] libiscsi: make __iscsi_complete_pdu() staticAdrian Bunk2008-02-081-2/+0Star
| | |/ | |/|
* / | Fix compilation of powerpc asm-offsets.c with old gccTony Breeds2008-02-072-2/+6
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-02-074-17/+89
|\ \ | |/ |/|
| * Input: pxa27x_keypad - add debounce_interval to the keypad platform dataEric Miao2008-01-311-0/+6
| * Input: pxa27x_keypad - enable rotary encoders and direct keysEric Miao2008-01-311-0/+30
| * Input: pxa27x_keypad - introduce pxa27x_keypad_config()Eric Miao2008-01-311-5/+0Star
| * Input: pxa27x_keypad - introduce driver structure and use KEY() to define mat...Eric Miao2008-01-311-4/+17
| * Input: pxa27x_keypad - remove pin configuration from the driverEric Miao2008-01-311-1/+0Star
| * Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)Eric Miao2008-01-311-1/+1
| * Input: remove cdev from input_dev structureDmitry Torokhov2008-01-211-4/+0Star