summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-07-142-31/+26
|\
| * security: remove register_security hookJames Morris2008-07-141-10/+0
| * security: remove unused sb_get_mnt_opts hookMiklos Szeredi2008-07-141-14/+0
| * LSM/SELinux: show LSM mount options in /proc/mountsEric Paris2008-07-141-0/+9
| * Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-142-7/+17
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-07-141-0/+9
|\ \
| * | [S390] css: Use css_device_id for bus matching.Cornelia Huck2008-07-141-1/+1
| * | [S390] cio: Introduce modalias for css bus.Cornelia Huck2008-07-141-0/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-145-23/+301
|\ \ | |/ |/|
| * block: add blk_queue_update_dma_padFUJITA Tomonori2008-07-041-0/+1
| * block: extend queue_flag bitopsJens Axboe2008-07-031-0/+26
| * Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-031-1/+8
| * block: integrity flags can't use bit ops on unsigned shortJens Axboe2008-07-031-4/+4
| * allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-032-1/+18
| * block: integrity cleanupsJens Axboe2008-07-032-5/+8
| * block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe2008-07-032-17/+18
| * block: Block layer data integrity supportMartin K. Petersen2008-07-033-4/+198
| * block: Globalize bio_set and bio_vec_slabMartin K. Petersen2008-07-031-0/+29
| * block: kill request_queue_tJens Axboe2008-07-031-1/+0
| * Added in user-injected messages into blk tracesAlan D. Brunelle2008-07-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-101-0/+1
|\ \
| * | xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert2008-07-101-0/+1
| |/
* | ide: add __ide_default_irq() inline helperBartlomiej Zolnierkiewicz2008-07-081-0/+15
* | Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.hEduard - Gabriel Munteanu2008-07-052-8/+5
* | cpumask: introduce new APIsStephen Rothwell2008-07-041-0/+4
* | olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issueAndres Salomon2008-07-041-0/+1
* | security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan2008-07-042-7/+10
* | Introduce rculist.hStephen Rothwell2008-07-041-0/+6
* | Miguel Ojeda has movedMiguel Ojeda2008-07-042-2/+2
* | firmware: fix the request_firmware() dummyJames Bottomley2008-07-041-1/+1
* | Christoph has movedChristoph Lameter2008-07-042-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-07-041-0/+2
|\ \ | |/ |/|
| * slub: Do not use 192 byte sized cache if minimum alignment is 128 byteChristoph Lameter2008-07-031-0/+2
* | Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-021-0/+1
|\ \
| * | Properly notify block layer of sync writesJens Axboe2008-07-011-0/+1
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-07-021-1/+1
|\ \ \
| * | | i2c: Fix bad hint about irqs in i2c.hWolfram Sang2008-07-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-022-1/+9
|\ \ \ \ | |/ / / |/| | |
| * | | net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2008-06-271-1/+5
| * | | include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk2008-06-271-0/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-06-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Input: add KEY_MEDIA_REPEAT definitionBastien Nocera2008-06-301-1/+1
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-06-291-4/+2
|\ \ \ \
| * | | | thermal: Create CONFIG_THERMAL_HWMON=nRene Herman2008-06-251-4/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2008-06-291-1/+1
|\ \ \ \ \
| * | | | | kbuild: fix a.out.h export to userspace with O= build.David Woodhouse2008-06-271-1/+1
| |/ / / /
* | | | | Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-291-1/+1
|\ \ \ \ \
| * | | | | [PATCH] remove useless argument type in audit_filter_user()Peng Haitao2008-06-241-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-292-3/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [patch 4/4] flock: remove unused fields from file_lock_operationsDenis V. Lunev2008-06-231-2/+0
OpenPOWER on IntegriCloud