summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix perf_event_open(.flags) testPeter Zijlstra2014-05-191-4/+4
* Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar2014-05-0724-29/+147
|\
| * Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-05-062-0/+19
| |\
| | * slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter2014-05-061-0/+9
| | * hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-061-0/+10
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-05-062-0/+4
| |\ \ | | |/ | |/|
| | * nick kvfree() from apparmorAl Viro2014-05-061-0/+2
| | * dentry_kill(): don't try to remove from shrink listAl Viro2014-05-011-0/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2014-05-061-2/+20
| |\ \
| | * | fuse: add renameat2 supportMiklos Szeredi2014-04-281-0/+8
| | * | fuse: allow ctime flushing to userspaceMaxim Patlasov2014-04-281-2/+5
| | * | fuse: fuse: add time_gran to INIT_OUTMiklos Szeredi2014-04-281-0/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-054-2/+18
| |\ \ \
| | * | | vsock: Make transport the proto ownerAndy King2014-05-051-1/+5
| | * | | net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-241-0/+7
| | * | | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+5
| | * | | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-241-1/+1
| | * | | net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-221-1/+1
| * | | | Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-05-051-1/+0
| |\ \ \ \
| | * | | | Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...Peter Hurley2014-05-031-1/+0
| | | |/ / | | |/| |
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-05-041-0/+3
| |\ \ \ \
| | * | | | arm64: fixmap: fix missing sub-page offset for earlyprintkMarc Zyngier2014-05-031-0/+3
| | |/ / /
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-032-2/+4
| |\ \ \ \
| | * | | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+2
| | * | | | linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap2014-04-281-2/+2
| | |/ / /
| * | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-05-011-1/+1
| |\ \ \ \
| | * | | | Fix: tracing: use 'E' instead of 'X' for unsigned module tain flagMathieu Desnoyers2014-04-231-1/+1
| * | | | | word-at-a-time: simplify big-endian zero_bytemask macroH. Peter Anvin2014-05-011-1/+1
| * | | | | Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-281-0/+2
| |\ \ \ \ \
| | * | | | | ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-04-281-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-281-0/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | of/irq: do irq resolution in platform_get_irqRob Herring2014-04-241-0/+5
| | |/ / /
| * | | | word-at-a-time: avoid undefined behaviour in zero_bytemask macroWill Deacon2014-04-271-6/+2
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-272-2/+36
| |\ \ \ \
| | * | | | genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-172-2/+36
| * | | | | Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-271-0/+1
| |\ \ \ \ \
| | * | | | | tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl2014-04-241-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'usb-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-271-0/+16
| |\ \ \ \ \
| | * | | | | phy: core: make NULL a valid phy reference if !CONFIG_GENERIC_PHYGrygorii Strashko2014-04-241-0/+16
| | |/ / / /
| * | | | | Merge tag 'fixes-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-04-251-3/+3
| |\ \ \ \ \
| | * | | | | Merge tag 'vexpress/fixes-for-3.15' of git://git.linaro.org/people/pawel.moll...Arnd Bergmann2014-04-2432-69/+151
| | |\| | | |
| | * | | | | dt: tegra: remove non-existent clock IDsStephen Warren2014-04-241-3/+3
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'locks-v3.15-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-252-11/+11
| |\ \ \ \ \
| | * | | | | locks: rename FL_FILE_PVT and IS_FILE_PVT to use "*_OFDLCK" insteadJeff Layton2014-04-231-1/+1
| | * | | | | locks: rename file-private locks to "open file description locks"Jeff Layton2014-04-221-10/+10
| | |/ / / /
| * | | | | Merge tag 'regulator-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-241-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2014-04-231-2/+2
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | regulator: core: Return error in get optional stubTim Kryger2014-04-181-2/+2
| | | |/ / /
| * | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-241-0/+1
| |\ \ \ \ \
| | * | | | | libata/ahci: accommodate tag ordered controllersDan Williams2014-04-181-0/+1