summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh2012-05-312-4/+11
| * | | | | eventfd: change int to __u64 in eventfd_signal()Sha Zhengju2012-05-311-1/+1
| * | | | | rapidio: add DMA engine support for RIO data transfersAlexandre Bounine2012-05-313-0/+68
| * | | | | mqueue: separate mqueue default value from maximum valueKOSAKI Motohiro2012-05-311-0/+2
| * | | | | mqueue: revert bump up DFLT_*MAXKOSAKI Motohiro2012-05-311-3/+3
| * | | | | ipc/mqueue: update maximums for the mqueue subsystemDoug Ledford2012-05-311-12/+35
| * | | | | ipc/mqueue: switch back to using non-max values on createDoug Ledford2012-05-311-0/+2
| * | | | | ipc/mqueue: cleanup definition names and locationsDoug Ledford2012-05-311-0/+5
| * | | | | kexec: export kexec.h to user spacemaximilian attems2012-05-312-22/+54
| * | | | | cpu: introduce clear_tasks_mm_cpumask() helperAnton Vorontsov2012-05-311-0/+1
| * | | | | cred: remove task_is_dead() from __task_cred() validationOleg Nesterov2012-05-311-7/+3
| * | | | | kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2012-05-311-28/+2
| * | | | | kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2012-05-311-4/+0
| * | | | | fat: introduce special inode for managing the FSINFO blockArtem Bityutskiy2012-05-311-1/+2
| * | | | | vsprintf: further optimize decimal conversionDenys Vlasenko2012-05-311-0/+4
| * | | | | introduce SIZE_MAXXi Wang2012-05-313-3/+4
* | | | | | Merge tag 'for-v3.5' of git://git.infradead.org/battery-2.6Linus Torvalds2012-05-313-9/+62
|\ \ \ \ \ \
| * | | | | | max17042_battery: Add support for max17047/50 chipRamakrishna Pallala2012-05-051-0/+17
| * | | | | | charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi2012-05-051-8/+17
| * | | | | | charger-manager: Poll battery health in normal stateChanwoo Choi2012-05-051-0/+25
| * | | | | | power_supply: Make the core a boolean instead of a tristateAnton Vorontsov2012-05-041-1/+1
| * | | | | | power_supply: Add voltage_ocv property and use it for max17042 driverRamakrishna Pallala2012-05-041-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-311-0/+1
|\ \ \ \ \ \
| * | | | | | KVM: Export asm-generic/kvm_para.hAvi Kivity2012-05-291-0/+1
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-05-312-0/+151
|\ \ \ \ \ \ \
| * | | | | | | [SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE SyfsRobert Love2012-05-231-0/+17
| * | | | | | | [SCSI] libfcoe: Add fcoe_sysfsRobert Love2012-05-232-0/+125
| * | | | | | | [SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a memberRobert Love2012-05-231-0/+9
* | | | | | | | NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust2012-05-311-6/+3
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-315-6/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUGJoe Perches2012-05-301-4/+4
| * | | | | | | | genetlink: Build a generic netlink family module aliasNeil Horman2012-05-291-0/+3
| * | | | | | | | net: add MODULE_ALIAS_NET_PF_PROTO_NAMENeil Horman2012-05-291-0/+3
| * | | | | | | | skb: avoid unnecessary reallocations in __skb_cowFelix Fietkau2012-05-291-2/+0
| * | | | | | | | ipv6: fix incorrect ipsec fragmentGao feng2012-05-271-0/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2012-05-308-34/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph: use info returned by get_authorizerAlex Elder2012-05-171-3/+1
| * | | | | | | | | ceph: have get_authorizer methods return pointersAlex Elder2012-05-171-3/+5
| * | | | | | | | | ceph: messenger: reduce args to create_authorizerAlex Elder2012-05-171-3/+1
| * | | | | | | | | ceph: define ceph_auth_handshake typeAlex Elder2012-05-172-6/+13
| * | | | | | | | | ceph: fix bounds check in ceph_decode_need and ceph_encode_needXi Wang2012-05-141-2/+7
| * | | | | | | | | crush: fix tree node weight lookupSage Weil2012-05-071-0/+5
| * | | | | | | | | crush: remove parent mapsSage Weil2012-05-071-11/+0
| * | | | | | | | | crush: remove forcefeed functionalitySage Weil2012-05-071-1/+0
| * | | | | | | | | crush: clean up types, const-nessSage Weil2012-05-072-4/+4
| * | | | | | | | | ceph: drop support for preferred_osd pgsSage Weil2012-05-072-4/+2
* | | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-301-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-2/+3
* | | | | | | | | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-05-301-0/+28
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede2012-05-301-0/+5