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-12-17
bpf: remove useless version check for prog load
Daniel Borkmann
1
-5
/
+0
2018-12-17
dma-direct: do not include SME mask in the DMA supported check
Lendacky, Thomas
1
-1
/
+6
2018-12-17
kprobes: Blacklist symbols in arch-defined prohibited area
Masami Hiramatsu
1
-14
/
+53
2018-12-17
Merge tag 'v4.20-rc7' into perf/core, to pick up fixes
Ingo Molnar
7
-18
/
+183
2018-12-17
posix-timers: Fix division by zero bug
Thomas Gleixner
1
-4
/
+1
2018-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-9
/
+25
2018-12-15
kconfig: warn no new line at end of file
Masahiro Yamada
1
-1
/
+1
2018-12-15
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
1
-1
/
+107
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
1
-6
/
+7
2018-12-15
bpf: speed up stacksafe check
Alexei Starovoitov
1
-1
/
+3
2018-12-14
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
1
-5
/
+69
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2
-13
/
+22
2018-12-14
ARM: module: Fix function kallsyms on Thumb-2
Vincent Whitchurch
1
-16
/
+27
2018-12-14
module: Overwrite st_size instead of st_info
Vincent Whitchurch
1
-2
/
+2
2018-12-14
audit: remove duplicated include from audit.c
YueHaibing
1
-1
/
+0
2018-12-13
seccomp: fix poor type promotion
Tycho Andersen
1
-2
/
+1
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
1
-7
/
+0
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
2
-44
/
+33
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
2
-251
/
+94
2018-12-13
dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
Christoph Hellwig
1
-9
/
+5
2018-12-13
dma-direct: improve addressability error reporting
Christoph Hellwig
1
-21
/
+15
2018-12-13
swiotlb: remove dma_mark_clean
Christoph Hellwig
1
-17
/
+1
2018-12-13
swiotlb: remove SWIOTLB_MAP_ERROR
Christoph Hellwig
1
-2
/
+2
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
2
-1
/
+40
2018-12-13
dma-mapping: always build the direct mapping code
Christoph Hellwig
2
-9
/
+1
2018-12-13
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
1
-0
/
+11
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
1
-2
/
+138
2018-12-13
dma-mapping: move dma_get_required_mask to kernel/dma
Christoph Hellwig
1
-1
/
+33
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
1
-42
/
+0
2018-12-13
dma-mapping: remove a pointless memset in dma_atomic_pool_init
Christoph Hellwig
1
-1
/
+0
2018-12-13
bpf: verifier: make sure callees don't prune with caller differences
Jakub Kicinski
1
-3
/
+10
2018-12-13
arm64: add prctl control for resetting ptrauth keys
Kristina Martsenko
1
-0
/
+8
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
1
-0
/
+22
2018-12-13
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
1
-20
/
+12
2018-12-13
irq/irq_sim: Store multiple interrupt offsets in a bitmap
Bartosz Golaszewski
1
-2
/
+21
2018-12-12
Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-3
/
+9
2018-12-12
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2
-1
/
+114
2018-12-12
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
3
-1
/
+4
2018-12-12
PM / sleep: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+2
2018-12-12
printk: Remove print_prefix() calls with NULL buffer.
Tetsuo Handa
1
-25
/
+14
2018-12-11
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
1
-6
/
+15
2018-12-11
timekeeping: Convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-13
/
+2
2018-12-11
seccomp: add a return code to trap to userspace
Tycho Andersen
1
-2
/
+446
2018-12-11
seccomp: switch system call argument type to void *
Tycho Andersen
1
-4
/
+4
2018-12-11
seccomp: hoist struct seccomp_data recalculation higher
Tycho Andersen
1
-6
/
+6
2018-12-11
tracing: Fix memory leak of instance function hash filters
Steven Rostedt (VMware)
1
-0
/
+1
2018-12-11
tracing: Fix memory leak in set_trigger_filter()
Steven Rostedt (VMware)
1
-2
/
+4
2018-12-11
tracing: Fix memory leak in create_filter()
Steven Rostedt (VMware)
1
-1
/
+4
2018-12-11
sched/fair: Select an energy-efficient CPU on task wake-up
Quentin Perret
1
-2
/
+141
2018-12-11
sched/fair: Introduce an energy estimation helper function
Quentin Perret
1
-0
/
+76
[prev]
[next]