aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreGravatar Frederic Weisbecker 3-4/+36
2013-02-04irq_work: Remove return value from the irq_work_queue() functionGravatar anish kumar 1-1/+1
2013-01-16Merge tag 'pm+acpi-for-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2013-01-16lockdep, rwsem: fix down_write_nest_lock() if !CONFIG_DEBUG_LOCK_ALLOCGravatar Jiri Kosina 1-1/+1
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 1-0/+1
2013-01-16module, async: async_synchronize_full() on module init iff async is usedGravatar Tejun Heo 1-0/+1
2013-01-15cpuidle: remove the power_specified field in the driverGravatar Daniel Lezcano 1-1/+1
2013-01-14Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Gravatar Linus Torvalds 2-5/+7
2013-01-14Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+0
2013-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+3
2013-01-11net, wireless: overwrite default_ethtool_opsGravatar Stanislaw Gruszka 1-0/+3
2013-01-11Merge branch 'akpm' (incoming fixes from Andrew)Gravatar Linus Torvalds 7-19/+31
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineGravatar Michel Lespinasse 1-3/+11
2013-01-11mm: compaction: partially revert capture of suitable high-order pageGravatar Mel Gorman 2-3/+2
2013-01-11linux/audit.h: move ptrace.h include to kernel headerGravatar Mike Frysinger 2-1/+1
2013-01-11audit: create explicit AUDIT_SECCOMP event typeGravatar Kees Cook 2-1/+3
2013-01-11lockdep, rwsem: provide down_write_nest_lock()Gravatar Jiri Kosina 2-0/+12
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesGravatar David Decotigny 2-14/+4
2013-01-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-1/+1
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageGravatar Mel Gorman 2-3/+2
2013-01-10target: Introduce TCM_NO_SENSEGravatar Hannes Reinecke 1-0/+1
2013-01-11Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelGravatar Dave Airlie 1-1/+1
2013-01-10Remove __dev* markings from init.hGravatar Greg Kroah-Hartman 1-20/+0
2013-01-10Merge remote-tracking branch 'asoc/fix/cs4271' into tmpGravatar Mark Brown 1-1/+1
2013-01-10Merge remote-tracking branch 'asoc/fix/core' into tmpGravatar Mark Brown 1-4/+6
2013-01-09cred: Remove tgcred pointer from struct credGravatar Marc Dionne 1-1/+0
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-36/+10
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-0/+2
2013-01-08drm: Only evict the blocks required to create the requested holeGravatar Chris Wilson 1-1/+1
2013-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTGravatar Michal Hocko 1-0/+9
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesGravatar Bartlomiej Zolnierkiewicz 1-8/+0
2013-01-04selftests: IPC message queue copy feature testGravatar Stanislav Kinsbursky 1-1/+2
2013-01-04ipc: introduce message queue copy featureGravatar Stanislav Kinsbursky 1-0/+1
2013-01-04ipc: message queue receive cleanupGravatar Stanislav Kinsbursky 1-2/+3
2013-01-04ipc: add sysctl to specify desired next object idGravatar Stanislav Kinsbursky 1-0/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Gravatar Eunchul Kim 1-0/+2
2013-01-04drm/exynos: change file license to GPLGravatar Inki Dae 2-36/+8
2013-01-03include: remove __dev* attributes.Gravatar Greg Kroah-Hartman 2-8/+8
2013-01-03Drivers: bcma: remove __dev* attributes.Gravatar Greg Kroah-Hartman 2-2/+2
2013-01-03pstore: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+2
2013-01-02Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Gravatar Linus Torvalds 2-0/+3
2013-01-02UAPI: Remove empty Kbuild filesGravatar David Howells 8-8/+0
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockGravatar Mel Gorman 1-1/+1
2013-01-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-2/+14
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strGravatar Hugh Dickins 1-7/+4
2012-12-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 2-4/+31
2012-12-30Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Gravatar Dave Airlie 2-4/+31
2012-12-28Merge branch 'master' of git://1984.lsi.us.es/nfGravatar David S. Miller 2-0/+2
2012-12-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-1/+4