summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-05-07target: remove struct se_taskChristoph Hellwig2-16/+6
2012-05-07target: move the state and execute lists to the commandChristoph Hellwig1-15/+11
2012-05-07target: simplify command to task linkageChristoph Hellwig1-6/+1
2012-05-07target: replace ->execute_task with ->execute_cmdChristoph Hellwig2-2/+3
2012-05-07target: remove the task_sectors field in struct se_taskChristoph Hellwig1-1/+0
2012-05-07target: remove the task_size field in struct se_taskChristoph Hellwig1-1/+0
2012-05-07target: remove the task_lba field in struct se_taskChristoph Hellwig1-1/+0
2012-05-07target: remove target_get_task_cdbChristoph Hellwig1-2/+0
2012-05-07vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds1-3/+2
2012-05-07vm: simplify unmap_vmas() calling conventionLinus Torvalds1-2/+1
2012-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+11
2012-05-06kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt1-0/+27
2012-05-06writeback: Avoid iput() from flusher threadJan Kara2-9/+5
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-3/+3
2012-05-06writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Jan Kara1-7/+29
2012-05-06max17042_battery: Add support for max17047/50 chipRamakrishna Pallala1-0/+17
2012-05-06charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi1-8/+17
2012-05-06charger-manager: Poll battery health in normal stateChanwoo Choi1-0/+25
2012-05-05PM / Domains: Cache device stop and domain power off governor results, v3Rafael J. Wysocki1-0/+7
2012-05-05epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg2-1/+16
2012-05-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-3/+4
2012-05-05ACPI: Fix D3hot v D3cold confusionLin Ming1-3/+4
2012-05-05power_supply: Make the core a boolean instead of a tristateAnton Vorontsov1-1/+1
2012-05-05power_supply: Add voltage_ocv property and use it for max17042 driverRamakrishna Pallala1-0/+2
2012-05-05vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds1-1/+1
2012-05-05tty_lock: Localise the lockAlan Cox1-9/+14
2012-05-05devres: Add devres_release()Mark Brown1-0/+2
2012-05-05driver-core: fix DEVICE_INT_ATTR to use correct show/store functionsMichael Davidson1-1/+1
2012-05-05extcon: Add EXTCON_MECHANICAL cable type for physical presenceMark Brown1-0/+1
2012-05-05seqlock: add 'raw_seqcount_begin()' functionLinus Torvalds1-0/+21
2012-05-05Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value readLinus Torvalds1-1/+1
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet1-7/+16
2012-05-04mISDN: Help to identify the cardKarsten Keil1-1/+2
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil2-1/+5
2012-05-04mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil1-1/+6
2012-05-04usb:hsotg:samsung: Remove platform dependency from s3c-hsotgLukasz Majewski1-0/+35
2012-05-04tps6586x: Add device tree supportThierry Reding1-0/+1
2012-05-04regulator: Add generic DT parsing for regulatorsThierry Reding1-0/+18
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris44-176/+337
2012-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-6/+19
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-0/+14
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-2/+2
2012-05-03userns: Convert in_group_p and in_egroup_p to use kgid_tEric W. Biederman1-2/+2
2012-05-03userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman1-5/+31
2012-05-03userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman1-12/+0
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2-12/+12
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-4/+5
2012-05-03vgaarb: Provide dummy default device functionsMatthew Garrett1-0/+5
2012-05-03ARM: pxa: hx4700: Add PCMCIA/CF supportPaul Parsons1-0/+1