| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2018-04-05 | 3 | -6/+6 |
|\ |
|
| * | tracing: Block comments should align the * on each line | Rohit Visavalia | 2018-03-27 | 1 | -1/+1 |
| * | treewide: Align function definition open/close braces | Joe Perches | 2018-03-26 | 2 | -5/+5 |
* | | Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-04-05 | 1 | -0/+11 |
|\ \ |
|
| * | | firmware: enable run time change of forcing fallback loader | Luis R. Rodriguez | 2018-03-20 | 1 | -0/+11 |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-04-05 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | arm64: signal: Ensure si_code is valid for all fault signals | Dave Martin | 2018-03-09 | 1 | -4/+0 |
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-04-05 | 22 | -113/+118 |
|\ \ \ \ |
|
| * | | | | genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER | Palmer Dabbelt | 2018-04-04 | 1 | -0/+1 |
| * | | | | genirq: Remove license boilerplate/references | Thomas Gleixner | 2018-03-20 | 2 | -13/+4 |
| * | | | | genirq: Add missing SPDX identifiers | Thomas Gleixner | 2018-03-20 | 15 | -0/+16 |
| * | | | | genirq/matrix: Cleanup SPDX identifier | Thomas Gleixner | 2018-03-20 | 1 | -5/+3 |
| * | | | | genirq: Cleanup top of file comments | Thomas Gleixner | 2018-03-20 | 12 | -32/+7 |
| * | | | | genirq: Pass desc to __irq_free instead of irq number | Uwe Kleine König | 2018-03-20 | 1 | -4/+4 |
| * | | | | genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 2018-03-14 | 2 | -0/+20 |
| * | | | | Merge branch 'linus' into irq/core to pick up dependencies. | Thomas Gleixner | 2018-03-14 | 29 | -184/+317 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | softirq: Consolidate common code in tasklet_[hi]_action() | Ingo Molnar | 2018-03-09 | 1 | -39/+15 |
| * | | | | softirq: Consolidate common code in __tasklet_[hi]_schedule() | Ingo Molnar | 2018-03-09 | 1 | -12/+16 |
| * | | | | genirq/irq_sim: Return the base of the irq range from irq_sim_init() | Bartosz Golaszewski | 2018-03-09 | 1 | -4/+6 |
| * | | | | genirq/irq_sim: Check the return value of irq_sim_init() for error codes | Bartosz Golaszewski | 2018-03-09 | 1 | -1/+1 |
| * | | | | genirq/irq_sim: Explicitly include slab.h | Bartosz Golaszewski | 2018-03-09 | 1 | -0/+1 |
| * | | | | genirq: Add wakeup sysfs node to show IRQ wakeup state | Andy Shevchenko | 2018-02-28 | 1 | -0/+17 |
| * | | | | genirq: Let irq thread follow the effective hard irq affinity | Thomas Gleixner | 2018-02-16 | 1 | -3/+7 |
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-04-04 | 12 | -208/+200 |
|\ \ \ \ \ |
|
| * | | | | | alarmtimer: Init nanosleep alarm timer on stack | Thomas Gleixner | 2018-03-29 | 1 | -8/+26 |
| * | | | | | y2038: Introduce struct __kernel_old_timeval | Arnd Bergmann | 2018-03-19 | 1 | -0/+12 |
| * | | | | | tracing: Unify the "boot" and "mono" tracing clocks | Thomas Gleixner | 2018-03-13 | 1 | -1/+1 |
| * | | | | | hrtimer: Unify MONOTONIC and BOOTTIME clock behavior | Thomas Gleixner | 2018-03-13 | 3 | -18/+3 |
| * | | | | | posix-timers: Unify MONOTONIC and BOOTTIME clock behavior | Thomas Gleixner | 2018-03-13 | 1 | -22/+1 |
| * | | | | | timekeeping: Remove boot time specific code | Thomas Gleixner | 2018-03-13 | 1 | -31/+0 |
| * | | | | | timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock | Thomas Gleixner | 2018-03-13 | 4 | -3/+34 |
| * | | | | | timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock | Thomas Gleixner | 2018-03-13 | 3 | -0/+51 |
| * | | | | | timekeeping/ntp: Determine the multiplier directly from NTP tick length | Miroslav Lichvar | 2018-03-10 | 1 | -91/+47 |
| * | | | | | timekeeping/ntp: Don't align NTP frequency adjustments to ticks | Miroslav Lichvar | 2018-03-10 | 1 | -3/+0 |
| * | | | | | clocksource: Use ATTRIBUTE_GROUPS | Baolin Wang | 2018-02-28 | 1 | -11/+10 |
| * | | | | | clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes | Baolin Wang | 2018-02-28 | 1 | -26/+17 |
| * | | | | | clocksource: Don't walk the clocksource list for empty override | Baolin Wang | 2018-02-28 | 1 | -0/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-04-04 | 1 | -43/+24 |
|\ \ \ \ \ |
|
| * | | | | | pidns: simpler allocation of pid_* caches | Alexey Dobriyan | 2018-03-21 | 1 | -43/+24 |
* | | | | | | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2018-04-04 | 2 | -18/+63 |
|\ \ \ \ \ \ |
|
| * | | | | | | workqueue: remove the comment about the old manager_arb mutex | Lai Jiangshan | 2018-03-20 | 1 | -1/+0 |
| * | | | | | | workqueue: fix the comments of nr_idle | Lai Jiangshan | 2018-03-20 | 1 | -3/+2 |
| * | | | | | | cgroup: Use rcu_work instead of explicit rcu and work item | Tejun Heo | 2018-03-19 | 1 | -14/+7 |
| * | | | | | | RCU, workqueue: Implement rcu_work | Tejun Heo | 2018-03-19 | 1 | -0/+54 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-04-03 | 9 | -143/+1730 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-02 | 8 | -38/+81 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-04-01 | 7 | -89/+764 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | bpf: Post-hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 1 | -0/+43 |
| | * | | | | | | | | bpf: Hooks for sys_connect | Andrey Ignatov | 2018-03-31 | 1 | -0/+8 |
| | * | | | | | | | | bpf: Hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 3 | -8/+65 |