summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-051-0/+11
|\
| * firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez2018-03-201-0/+11
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-051-4/+0Star
|\ \
| * | arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-4/+0Star
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0522-113/+118
|\ \ \
| * | | genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLERPalmer Dabbelt2018-04-041-0/+1
| * | | genirq: Remove license boilerplate/referencesThomas Gleixner2018-03-202-13/+4Star
| * | | genirq: Add missing SPDX identifiersThomas Gleixner2018-03-2015-0/+16
| * | | genirq/matrix: Cleanup SPDX identifierThomas Gleixner2018-03-201-5/+3Star
| * | | genirq: Cleanup top of file commentsThomas Gleixner2018-03-2012-32/+7Star
| * | | genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König2018-03-201-4/+4
| * | | genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-03-142-0/+20
| * | | Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner2018-03-1429-184/+317
| |\ \ \ | | | |/ | | |/|
| * | | softirq: Consolidate common code in tasklet_[hi]_action()Ingo Molnar2018-03-091-39/+15Star
| * | | softirq: Consolidate common code in __tasklet_[hi]_schedule()Ingo Molnar2018-03-091-12/+16
| * | | genirq/irq_sim: Return the base of the irq range from irq_sim_init()Bartosz Golaszewski2018-03-091-4/+6
| * | | genirq/irq_sim: Check the return value of irq_sim_init() for error codesBartosz Golaszewski2018-03-091-1/+1
| * | | genirq/irq_sim: Explicitly include slab.hBartosz Golaszewski2018-03-091-0/+1
| * | | genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko2018-02-281-0/+17
| * | | genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner2018-02-161-3/+7
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-0412-208/+200Star
|\ \ \ \
| * | | | alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-03-291-8/+26
| * | | | y2038: Introduce struct __kernel_old_timevalArnd Bergmann2018-03-191-0/+12
| * | | | tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-1/+1
| * | | | hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-133-18/+3Star
| * | | | posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1Star
| * | | | timekeeping: Remove boot time specific codeThomas Gleixner2018-03-131-31/+0Star
| * | | | timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-134-3/+34
| * | | | timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-133-0/+51
| * | | | timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar2018-03-101-91/+47Star
| * | | | timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar2018-03-101-3/+0Star
| * | | | clocksource: Use ATTRIBUTE_GROUPSBaolin Wang2018-02-281-11/+10Star
| * | | | clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang2018-02-281-26/+17Star
| * | | | clocksource: Don't walk the clocksource list for empty overrideBaolin Wang2018-02-281-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-041-43/+24Star
|\ \ \ \
| * | | | pidns: simpler allocation of pid_* cachesAlexey Dobriyan2018-03-211-43/+24Star
* | | | | Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-042-18/+63
|\ \ \ \ \
| * | | | | workqueue: remove the comment about the old manager_arb mutexLai Jiangshan2018-03-201-1/+0Star
| * | | | | workqueue: fix the comments of nr_idleLai Jiangshan2018-03-201-3/+2Star
| * | | | | cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-14/+7Star
| * | | | | RCU, workqueue: Implement rcu_workTejun Heo2018-03-191-0/+54
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-039-143/+1730
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-028-38/+81
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-017-89/+764
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-0/+43
| | * | | | | | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+8
| | * | | | | | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-313-8/+65
| | * | | | | | | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-314-14/+53
| | * | | | | | | bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-301-5/+8
| | * | | | | | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-18/+76