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-06-21
kprobes: Make list and blacklist root user read only
Masami Hiramatsu
1
-2
/
+2
2018-06-21
perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'
Souptick Joarder
1
-2
/
+2
2018-06-21
sched/debug: Use match_string() helper instead of open-coded logic
Yisheng Xie
1
-16
/
+15
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-21
cpu/hotplug: Provide knobs to control SMT
Thomas Gleixner
1
-0
/
+170
2018-06-21
cpu/hotplug: Split do_cpu_down()
Thomas Gleixner
1
-9
/
+8
2018-06-21
cpu/hotplug: Make bringup/teardown of smp threads symmetric
Thomas Gleixner
1
-2
/
+1
2018-06-21
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2
-18
/
+13
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
2
-11
/
+3
2018-06-21
kprobes: Don't check the ->break_handler() in generic kprobes code
Masami Hiramatsu
1
-34
/
+5
2018-06-21
kprobes: Remove jprobe API implementation
Masami Hiramatsu
2
-171
/
+1
2018-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-15
/
+78
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
6
-21
/
+21
2018-06-20
sched/swait: Switch to full exclusive mode
Peter Zijlstra
1
-5
/
+17
2018-06-20
sched/swait: Remove __prepare_to_swait
Peter Zijlstra
1
-1
/
+1
2018-06-20
locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
Waiman Long
1
-0
/
+1
2018-06-20
Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
11
-0
/
+4344
2018-06-19
audit: eliminate audit_enabled magic number comparison
Richard Guy Briggs
1
-3
/
+0
2018-06-19
audit: rename FILTER_TYPE to FILTER_EXCLUDE
Richard Guy Briggs
2
-6
/
+6
2018-06-19
audit: Fix extended comparison of GID/EGID
Ondrej Mosnáček
1
-4
/
+4
2018-06-19
audit: tie ANOM_ABEND records to syscall
Richard Guy Briggs
1
-1
/
+1
2018-06-19
audit: tie SECCOMP records to syscall
Richard Guy Briggs
1
-1
/
+1
2018-06-19
audit: allow other filter list types for AUDIT_EXE
Ondrej Mosnáček
1
-2
/
+5
2018-06-19
sysinfo: Remove get_monotonic_boottime()
Arnd Bergmann
1
-2
/
+2
2018-06-19
posix-timers: Use new ktime_get_*_ts64() helpers
Arnd Bergmann
2
-6
/
+6
2018-06-19
timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
2
-4
/
+4
2018-06-19
time: Use ktime_get_real_seconds() in time syscall
Arnd Bergmann
1
-4
/
+2
2018-06-19
posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME
Arnd Bergmann
1
-1
/
+1
2018-06-19
genirq: Fix editing error in a comment
Jonathan Neuschäfer
1
-1
/
+1
2018-06-19
genirq: Use rcu in kstat_irqs_usr()
Eric Dumazet
1
-6
/
+7
2018-06-18
module: exclude SHN_UNDEF symbols from kallsyms api
Jessica Yu
1
-1
/
+5
2018-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-15
/
+78
2018-06-17
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
3
-11
/
+12
2018-06-17
Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
3
-13
/
+9
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+12
2018-06-16
Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
1
-3
/
+1
2018-06-15
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-0
/
+14
2018-06-15
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
1
-2
/
+3
2018-06-15
docs: Fix some broken references
Mauro Carvalho Chehab
2
-9
/
+9
2018-06-15
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2
-9
/
+48
2018-06-15
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2
-6
/
+16
2018-06-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-3
/
+36
2018-06-15
sched/core / kcov: avoid kcov_area during task switch
Mark Rutland
2
-1
/
+5
2018-06-15
kcov: prefault the kcov_area
Mark Rutland
1
-0
/
+16
2018-06-15
kcov: ensure irq code sees a valid area
Mark Rutland
1
-1
/
+2
2018-06-15
kernel/relay.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-06-15
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
1
-0
/
+8
2018-06-15
kexec: yield to scheduler when loading kimage segments
Jarrett Farnitano
1
-0
/
+4
2018-06-15
kconfig: tinyconfig: remove stale stack protector fixups
Masahiro Yamada
1
-4
/
+0
2018-06-14
dma-mapping: move all DMA mapping code to kernel/dma
Christoph Hellwig
11
-0
/
+4344
[prev]
[next]