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
2018-08-30
perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set
Jiri Olsa
1
-4
/
+6
2018-08-30
bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash
Yonghong Song
2
-0
/
+55
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-30
watchdog: Mark watchdog touch functions as notrace
Vincent Whitchurch
3
-4
/
+4
2018-08-29
bpf/verifier: display non-spill stack slot types in print_verifier_state
Edward Cree
1
-7
/
+25
2018-08-29
bpf/verifier: per-register parent pointers
Edward Cree
1
-140
/
+44
2018-08-29
rcutorture: Maintain self-propagating CB only during forward-progress test
Paul E. McKenney
1
-5
/
+10
2018-08-29
rcutorture: Check GP completion at stutter end
Paul E. McKenney
2
-2
/
+6
2018-08-29
rcutorture: Print forward-progress test interval on error
Paul E. McKenney
1
-5
/
+9
2018-08-29
rcutorture: Adjust number of reader kthreads per CPU-hotplug operations
Paul E. McKenney
1
-2
/
+6
2018-08-29
rcutorture: Reduce priority of forward-progress testing
Paul E. McKenney
1
-0
/
+2
2018-08-29
rcutorture: Limit reader duration if irq or bh disabled
Paul E. McKenney
1
-1
/
+3
2018-08-29
rcutorture: Increase rcu_read_delay() longdelay_ms
Paul E. McKenney
1
-1
/
+1
2018-08-29
rcutorture: Add self-propagating callback to forward-progress testing
Paul E. McKenney
1
-0
/
+36
2018-08-29
rcutorture: Vary forward-progress test interval
Paul E. McKenney
1
-1
/
+6
2018-08-29
rcutorture: Avoid no-test complaint if too few forward-progress tries
Paul E. McKenney
1
-1
/
+4
2018-08-29
rcutorture: Also use GP sequence to judge forward progress
Paul E. McKenney
1
-4
/
+7
2018-08-29
rcutorture: Add forward-progress tests for RCU grace periods
Paul E. McKenney
2
-1
/
+73
2018-08-29
rcuperf: Warn on bad perf type for built-in tests
Paul E. McKenney
1
-0
/
+1
2018-08-29
rcutorture: Warn on bad torture type for built-in tests
Paul E. McKenney
1
-0
/
+1
2018-08-29
rcutorture: Force occasional reader waits
Paul E. McKenney
1
-0
/
+5
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
1
-1
/
+0
2018-08-29
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
Arnd Bergmann
1
-8
/
+9
2018-08-29
y2038: sched: Change sched_rr_get_interval to use __kernel_timespec
Arnd Bergmann
1
-2
/
+2
2018-08-29
y2038: __get_old_timespec32() can be static
kbuild test robot
1
-2
/
+2
2018-08-28
bpf: sockmap, decrement copied count correctly in redirect error case
John Fastabend
1
-23
/
+22
2018-08-27
bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg
Daniel Borkmann
1
-3
/
+2
2018-08-27
bpf, sockmap: fix potential use after free in bpf_tcp_close
Daniel Borkmann
1
-1
/
+1
2018-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-12
/
+22
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
8
-65
/
+65
2018-08-27
y2038: make do_gettimeofday() and get_seconds() inline
Arnd Bergmann
2
-30
/
+9
2018-08-27
y2038: remove unused time interfaces
Arnd Bergmann
1
-24
/
+0
2018-08-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+37
2018-08-26
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-1
/
+0
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
3
-7
/
+35
2018-08-24
Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-15
/
+30
2018-08-24
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
3
-80
/
+80
2018-08-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-2
/
+20
2018-08-23
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
1
-1
/
+1
2018-08-23
treewide: convert ISO_8859-1 text comments to utf-8
Arnd Bergmann
1
-1
/
+1
2018-08-23
namei: allow restricted O_CREAT of FIFOs and regular files
Salvatore Mesoraca
1
-0
/
+18
2018-08-23
Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux
Linus Torvalds
1
-0
/
+3
2018-08-23
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-1
/
+25
2018-08-23
bpf: use per htab salt for bucket hash
Daniel Borkmann
1
-10
/
+13
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+4
2018-08-22
bpf: sockmap: write_space events need to be passed to TCP handler
John Fastabend
1
-0
/
+3
2018-08-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-140
/
+188
2018-08-22
bpf, sockmap: fix sock hash count in alloc_sock_hash_elem
Daniel Borkmann
1
-1
/
+3
2018-08-22
bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys
Daniel Borkmann
1
-1
/
+3
[prev]
[next]