summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| | * | | | | | | | | | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-3/+195
| | * | | | | | | | | | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-282-0/+261
| | * | | | | | | | | | bpf: follow idr code conventionShaohua Li2018-03-271-0/+4
| | * | | | | | | | | | bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()Martin KaFai Lau2018-03-261-8/+11
| | * | | | | | | | | | bpf: Rename bpf_verifer_logMartin KaFai Lau2018-03-261-2/+2
| | * | | | | | | | | | bpf: Remove struct bpf_verifier_env argument from print_bpf_insnJiri Olsa2018-03-233-47/+54
| * | | | | | | | | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
| |/ / / / / / / / / /
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-2313-69/+82
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-193-20/+711
| * | | | | | | | | | | sockmap: convert refcnt to an atomic refcntJohn Fastabend2018-03-191-13/+10Star
| * | | | | | | | | | | bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu2018-03-151-22/+235
| * | | | | | | | | | | bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet2018-03-091-0/+3
| * | | | | | | | | | | bpf: add support to read sample address in bpf programTeng Qin2018-03-081-4/+16
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-067-37/+81
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-4/+0Star
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | bpf: Remove unused callee_saved arrayJoe Stringer2018-02-151-4/+0Star
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2411-38/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-207-86/+169
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | / / / / / / / | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | net: Convert audit_net_opsKirill Tkhai2018-02-131-0/+1
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-04-031-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'acpi-pm'Rafael J. Wysocki2018-04-021-1/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / / / | | | | |/| | | | | | / / / / / | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | / / / / | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | PM / hibernate: Change message when writing to /sys/power/resumeMario Limonciello2018-03-301-1/+1