index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-4
/
+29
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
2
-0
/
+17
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
5
-8
/
+217
2017-11-04
cpufreq: schedutil: Examine the correct CPU when we update util
Chris Redpath
1
-5
/
+1
2017-11-04
Merge branch 'linus' into core/urgent, to pick up dependent commits
Ingo Molnar
137
-7
/
+157
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
135
-2
/
+144
2017-11-03
arm64/sve: Add prctl controls for userspace vector length management
Dave Martin
1
-0
/
+12
2017-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
26
-259
/
+893
2017-11-03
Revert "workqueue: respect isolated cpus when queueing an unbound work"
Tejun Heo
1
-5
/
+1
2017-11-03
Merge branch 'linus' into perf/urgent, to pick up dependent commits
Ingo Molnar
137
-9
/
+168
2017-11-03
bpf: fix verifier NULL pointer dereference
Craig Gallek
1
-4
/
+8
2017-11-03
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
1
-0
/
+4
2017-11-03
bpf: fix link error without CONFIG_NET
Arnd Bergmann
1
-0
/
+2
2017-11-02
rcu: Convert timers to use timer_setup()
Kees Cook
2
-6
/
+7
2017-11-02
Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
16
-236
/
+541
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
134
-0
/
+134
2017-11-02
Merge tag 'v4.14-rc3' into irq/irqchip-4.15
Marc Zyngier
16
-236
/
+541
2017-11-02
futex: futex_wake_op, do not fail on invalid op
Jiri Slaby
1
-2
/
+10
2017-11-02
kernel/time/Kconfig: Fix typo in comment
Randy Dunlap
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
134
-0
/
+134
2017-11-02
bpf: also improve pattern matches for meta access
Daniel Borkmann
1
-69
/
+96
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
1
-1
/
+1
2017-11-02
bpf: cpumap micro-optimization in cpu_map_enqueue
Jesper Dangaard Brouer
1
-2
/
+2
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-5
/
+13
2017-11-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-1
/
+1
2017-11-01
signal: Fix name of SIGEMT in #if defined() check
Andrew Clayton
1
-1
/
+1
2017-11-01
watchdog/hardlockup/perf: Use atomics to track in-use cpu counter
Don Zickus
1
-3
/
+5
2017-11-01
watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Simplify deferred event destroy")
Thomas Gleixner
1
-2
/
+5
2017-11-01
clockevents: Update clockevents device next_event on stop
Prasad Sodagudi
1
-0
/
+1
2017-11-01
bpf: fix verifier memory leaks
Alexei Starovoitov
1
-9
/
+18
2017-11-01
irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CPUMASK_OFFSTACK=y kernels(v1)
Rakib Mullick
1
-4
/
+2
2017-11-01
futex: Fix more put_pi_state() vs. exit_pi_state_list() races
Peter Zijlstra
1
-3
/
+20
2017-11-01
bpf: avoid rcu_dereference inside bpf_event_mutex lock region
Yonghong Song
1
-10
/
+7
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
1
-4
/
+12
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
1
-149
/
+288
2017-10-31
userns: Simplify insert_extent
Eric W. Biederman
1
-11
/
+8
2017-10-31
userns: Make map_id_down a wrapper for map_id_range_down
Eric W. Biederman
1
-37
/
+1
2017-10-31
userns: Don't read extents twice in m_start
Eric W. Biederman
1
-2
/
+4
2017-10-31
userns: Simplify the user and group mapping functions
Eric W. Biederman
1
-74
/
+58
2017-10-31
userns: Don't special case a count of 0
Eric W. Biederman
1
-7
/
+3
2017-10-31
userns: bump idmap limits to 340
Christian Brauner
1
-30
/
+320
2017-10-31
userns: use union in {g,u}idmap struct
Christian Brauner
1
-12
/
+18
2017-10-31
Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
Thomas Gleixner
5
-183
/
+227
2017-10-31
fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-1
/
+1
2017-10-31
irq/work: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-5
/
+1
2017-10-30
time: Move time_t conversion helpers to time32.h
Arnd Bergmann
1
-2
/
+3
2017-10-30
time: Remove unused functions
Arnd Bergmann
1
-18
/
+0
2017-10-30
timekeeping: Use timespec64 in timekeeping_inject_offset
Arnd Bergmann
1
-47
/
+25
2017-10-30
timekeeping: Consolidate timekeeping_inject_offset code
Arnd Bergmann
5
-100
/
+123
2017-10-30
rtc: Allow rtc drivers to specify the tv_nsec value for ntp
Jason Gunthorpe
1
-53
/
+113
[prev]
[next]