Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 2017-05-04 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | watchdog: iTCO_wdt: Add PMC specific noreboot update api | Kuppuswamy Sathyanarayanan | 2017-04-28 | 1 | -0/+4 | |
| * | | | | | | | Merge branch 'i2c/for-INT33FE' | Darren Hart (VMware) | 2017-04-17 | 9 | -26/+43 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'linux-leds/dell-laptop-changes-for-4.12' | Darren Hart | 2017-04-13 | 1 | -5/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-04 | 7 | -36/+2293 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | xen: Implement EFI reset_system callback | Julien Grall | 2017-05-02 | 1 | -0/+3 | |
| * | | | | | | | | | | xen: Export xen_reboot | Julien Grall | 2017-05-02 | 1 | -0/+2 | |
| * | | | | | | | | | | xen/arm,arm64: rename __generic_dma_ops to xen_get_dma_ops | Stefano Stabellini | 2017-05-02 | 1 | -10/+10 | |
| * | | | | | | | | | | xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." | Stefano Stabellini | 2017-05-02 | 1 | -0/+8 | |
| * | | | | | | | | | | xen/displif: add ABI for para-virtual display | Oleksandr Andrushchenko | 2017-05-02 | 1 | -0/+854 | |
| * | | | | | | | | | | xen/sndif: add sound-device ABI | Oleksandr Andrushchenko | 2017-05-02 | 1 | -0/+793 | |
| * | | | | | | | | | | xen/kbdif: add multi-touch support | Oleksandr Andrushchenko | 2017-05-02 | 1 | -0/+210 | |
| * | | | | | | | | | | xen/kbdif: update protocol description | Oleksandr Andrushchenko | 2017-05-02 | 1 | -27/+221 | |
| * | | | | | | | | | | xen: introduce the header file for the Xen 9pfs transport protocol | Stefano Stabellini | 2017-05-02 | 1 | -0/+36 | |
| * | | | | | | | | | | xen: import new ring macros in ring.h | Stefano Stabellini | 2017-05-02 | 1 | -0/+143 | |
| * | | | | | | | | | | xen: create xen_create/destroy_contiguous_region() stubs for PVHVM only builds | Vitaly Kuznetsov | 2017-05-02 | 1 | -0/+14 | |
* | | | | | | | | | | | Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-03 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | module: Unify the return value type of try_module_get | Gao Feng | 2017-04-23 | 1 | -3/+3 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-05-03 | 6 | -65/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ring-buffer: Return reader page back into existing ring buffer | Steven Rostedt (VMware) | 2017-05-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | ftrace: Have the function probes call their own function | Steven Rostedt (VMware) | 2017-04-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | ftrace: Move the function commands into the tracing directory | Steven Rostedt (VMware) | 2017-04-20 | 1 | -19/+0 | |
| * | | | | | | | | | | | ftrace: Move the probe function into the tracing directory | Steven Rostedt (VMware) | 2017-04-18 | 1 | -24/+0 | |
| * | | | | | | | | | | | tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace events | Steven Rostedt (VMware) | 2017-04-10 | 1 | -8/+11 | |
| * | | | | | | | | | | | rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work | Steven Rostedt (VMware) | 2017-04-10 | 1 | -0/+5 | |
| * | | | | | | | | | | | tracing: Rename trace_active to disable_stack_tracer and inline its modification | Steven Rostedt (VMware) | 2017-04-10 | 1 | -2/+34 | |
| * | | | | | | | | | | | tracing: Add stack_tracer_disable/enable() functions | Steven Rostedt (VMware) | 2017-04-10 | 1 | -0/+6 | |
| * | | | | | | | | | | | ftrace: Have init/main.c call ftrace directly to free init memory | Steven Rostedt (VMware) | 2017-04-03 | 1 | -3/+3 | |
| * | | | | | | | | | | | tracing: Move trace_handle_return() out of line | Steven Rostedt (VMware) | 2017-03-24 | 1 | -10/+1 | |
| * | | | | | | | | | | | ftrace: Allow for function tracing to record init functions on boot up | Steven Rostedt (VMware) | 2017-03-24 | 2 | -1/+8 | |
| * | | | | | | | | | | | tracing: Split tracing initialization into two for early initialization | Steven Rostedt (VMware) | 2017-03-24 | 1 | -0/+2 | |
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-05-03 | 13 | -141/+189 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | mm, swap: remove unused function prototype | Huang Ying | 2017-05-03 | 1 | -3/+0 | |
| * | | | | | | | | | | | | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 2017-05-03 | 1 | -36/+37 | |
| * | | | | | | | | | | | | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 2017-05-03 | 1 | -57/+43 | |
| * | | | | | | | | | | | | mm: memcontrol: re-use global VM event enum | Johannes Weiner | 2017-05-03 | 1 | -31/+14 | |
| * | | | | | | | | | | | | mm: memcontrol: clean up memory.events counting function | Johannes Weiner | 2017-05-03 | 1 | -13/+5 | |
| * | | | | | | | | | | | | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 2017-05-03 | 2 | -3/+63 | |
| * | | | | | | | | | | | | mm: fix spelling error | Hao Lee | 2017-05-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | include/linux/migrate.h: add arg names to prototype | Pushkar Jambhlekar | 2017-05-03 | 1 | -2/+3 | |
| * | | | | | | | | | | | | mm: enable page poisoning early at boot | Vinayak Menon | 2017-05-03 | 1 | -1/+0 | |
| * | | | | | | | | | | | | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] | Minchan Kim | 2017-05-03 | 1 | -7/+0 | |
| * | | | | | | | | | | | | mm: make rmap_one boolean function | Minchan Kim | 2017-05-03 | 1 | -1/+5 | |
| * | | | | | | | | | | | | mm: make rmap_walk() return void | Minchan Kim | 2017-05-03 | 2 | -5/+4 | |
| * | | | | | | | | | | | | mm: make ttu's return boolean | Minchan Kim | 2017-05-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | | mm: remove SWAP_MLOCK in ttu | Minchan Kim | 2017-05-03 | 1 | -1/+0 | |
| * | | | | | | | | | | | | mm: make try_to_munlock() return void | Minchan Kim | 2017-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | mm: remove SWAP_DIRTY in ttu | Minchan Kim | 2017-05-03 | 1 | -1/+0 | |
| * | | | | | | | | | | | | mm: remove rodata_test_data export, add pr_fmt | Kees Cook | 2017-05-03 | 1 | -1/+0 | |
| * | | | | | | | | | | | | jbd2: mark the transaction context with the scope GFP_NOFS context | Michal Hocko | 2017-05-03 | 1 | -0/+2 |