summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
* devres: Add devm_get_free_pages APIEli Billauer2014-05-24
* Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2014-05-22
|\
| * Merge tag 'driver-core-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-05-21
| |\
| | * kernfs, sysfs, cgroup: restrict extra perm check on open to sysfsTejun Heo2014-05-13
| * | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-21
| |\ \
| | * | cgroup: introduce task_css_is_root()Tejun Heo2014-05-13
| * | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-05-21
| |\ \ \
| | * | | of: fix CONFIG_OF=n prototype of of_node_full_name()Stephen Rothwell2014-05-15
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann2014-05-07
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-09
| |\ \ \ \
| | * | | | asmlinkage: Revert "lto: Make asmlinkage __visible"Andi Kleen2014-05-05
| | |/ / /
| * | | | Merge tag 'mfd-mmc-fixes-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-05-08
| |\ \ \ \
| | * | | | mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching2014-05-08
| | |/ / /
| * | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-05-06
| |\ \ \ \
| | * | | | slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter2014-05-06
| | * | | | hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2014-05-06
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-05-06
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | nick kvfree() from apparmorAl Viro2014-05-06
| | * | | | dentry_kill(): don't try to remove from shrink listAl Viro2014-05-01
| | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-05
| |\ \ \ \
| | * | | | net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-24
| | * | | | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-24
| | * | | | net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-22
| * | | | | Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-05-05
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...Peter Hurley2014-05-03
| | | |_|/ | | |/| |
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-03
| |\ \ \ \
| | * | | | genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-28
| | * | | | linux/interrupt.h: fix new kernel-doc warningsRandy Dunlap2014-04-28
| | |/ / /
| * | | | Merge tag 'trace-fixes-v3.15-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-04-28
| |\ \ \ \
| | * | | | ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-04-28
| | | |/ / | | |/| |
| * | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-28
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | of/irq: do irq resolution in platform_get_irqRob Herring2014-04-24
| | |/ /
* | | | goldfish: fix >> 32 warningAlan Cox2014-05-20
* | | | Merge tag 'iio-for-3.16b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-05-05
|\ \ \ \
| * | | | iio: hid-sensors: Add API to power on/offSrinivas Pandruvada2014-05-05
| * | | | iio: hid-sensors: Add api to get poll valueSrinivas Pandruvada2014-05-05
| * | | | iio: hid-sensors: Convert units and exponentSrinivas Pandruvada2014-05-05
| * | | | iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiersPeter Meerwald2014-05-03
| * | | | iio: hid-sensors: Added device rotation supportSrinivas Pandruvada2014-04-29
| * | | | IIO: core: Add quaternion modifierSrinivas Pandruvada2014-04-29
| * | | | IIO: core: Modify scan element typeSrinivas Pandruvada2014-04-29
| * | | | IIO: core: Introduce read_raw_multiSrinivas Pandruvada2014-04-29
| * | | | devres: introduce API "devm_kmemdupSrinivas Pandruvada2014-04-29
* | | | | goldfish: Add a 64bit write helperAlan2014-05-03
|/ / / /
* | | | Merge 3.15-rc3 into staging-nextGreg Kroah-Hartman2014-04-27
|\| | |
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-04-27
| |\ \ \
| | * | | genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-04-17
| * | | | Merge tag 'tty-3.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-27
| |\ \ \ \
| | * | | | tty: Fix race condition between __tty_buffer_request_room and flush_to_ldiscManfred Schlaegl2014-04-24
| | | |/ / | | |/| |