summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-12-13kref: Remove the memory barriersPeter Zijlstra1-2/+0
2011-12-13kref: Implement kref_put in terms of kref_subPeter Zijlstra1-18/+10
2011-12-13kref: Inline all functionsPeter Zijlstra1-5/+75
2011-12-13UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells1-1/+3
2011-12-13UAPI: Don't have a #elif clause in a __KERNEL__ guard in linux/soundcard.hDavid Howells1-1/+3
2011-12-13UAPI: Fix AHZ multiple inclusion when __KERNEL__ is removedDavid Howells1-0/+3
2011-12-13UAPI: Make linux/patchkey.h easier to parseDavid Howells1-1/+3
2011-12-13FUSE: Notifying the kernel of deletion.John Muir1-0/+9
2011-12-13fuse: support ioctl on directoriesMiklos Szeredi1-1/+6
2011-12-13UAPI: Guard linux/cuda.hDavid Howells1-0/+5
2011-12-13UAPI: Guard linux/pmu.hDavid Howells1-0/+4
2011-12-13UAPI: Guard linux/isdn_divertif.hDavid Howells1-0/+4
2011-12-13UAPI: Guard linux/sound.hDavid Howells1-0/+4
2011-12-13linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-0/+6
2011-12-13cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task()Tejun Heo1-3/+0
2011-12-13cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo1-3/+25
2011-12-13threadgroup: extend threadgroup_lock() to cover exit and execTejun Heo1-6/+41
2011-12-13threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsemTejun Heo2-20/+19
2011-12-13netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-0/+3
2011-12-13tcp memory pressure controlsGlauber Costa1-0/+1
2011-12-13socket: initial cgroup code.Glauber Costa1-0/+22
2011-12-13Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman12-16/+34
2011-12-13USB: Remove the duplicate definition of HUB_SET_DEPTHQinglin Ye1-1/+0
2011-12-13of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely2-6/+15
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+23
2011-12-12[media] DVB: Query DVB frontend delivery capabilitiesManu Abraham2-2/+4
2011-12-12Merge branch 'mfd/wm8994' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown33-50/+287
2011-12-12mfd: Convert wm8994 to use generic regmap irq_chipMark Brown1-2/+1
2011-12-12Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-0/+48
2011-12-12mfd: Mark WM1811 GPIO6 register volatile for later revisionsMark Brown1-0/+1
2011-12-12mfd: Add missing mutex.h inclusion to WM8994 core.hMark Brown1-0/+1
2011-12-12mfd: Constify WM8994 regulator_init_dataMark Brown1-1/+1
2011-12-12mfd: Enable register cache for wm8994 devicesMark Brown1-2/+0
2011-12-12Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown1-1/+4
2011-12-12mfd: Define some additional wm8994 registersMark Brown1-0/+96
2011-12-12mfd: Disable more pulls on WM8994Mark Brown1-0/+6
2011-12-12iommu/amd: Add routines to bind/unbind a pasidJoerg Roedel1-0/+26
2011-12-12iommu/amd: Implement device aquisition code for IOMMUv2Joerg Roedel1-1/+22
2011-12-12iommu/amd: Add device errata handlingJoerg Roedel1-0/+18
2011-12-12UAPI: elf_read_implies_exec() is a kernel-only feature - so hide from userspaceDavid Howells1-9/+9
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-2/+2
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-5/+5
2011-12-12usb: gadget: renesas_usbhs: add platform power control functionKuninori Morimoto1-0/+8
2011-12-12usb: gadget: renesas_usbhs: tidyup the unit of detection_delayKuninori Morimoto1-1/+1
2011-12-12Input: add driver for Sharp gp2ap002a00f proximity sensorCourtney Cavin1-0/+22
2011-12-12Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-0/+48
2011-12-12types.h: fix comment spelling for 'architectures'Mark Einon1-1/+1
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet4-10/+10
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett1-0/+1