index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
12
-141
/
+1187
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-4
/
+7
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2
-1
/
+32
2019-11-20
dma-direct: exclude dma_direct_map_resource from the min_low_pfn check
Christoph Hellwig
2
-3
/
+3
2019-11-20
dma-direct: don't check swiotlb=force in dma_direct_map_resource
Christoph Hellwig
1
-1
/
+1
2019-11-20
dma-debug: clean up put_hash_bucket()
Dan Carpenter
1
-11
/
+9
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-7
/
+7
2019-11-20
fork: fix pidfd_poll()'s return type
Luc Van Oostenryck
1
-3
/
+3
2019-11-20
cpuidle: Pass exit latency limit to cpuidle_use_deepest_state()
Daniel Lezcano
1
-1
/
+7
2019-11-20
cpuidle: Allow idle injection to apply exit latency limit
Daniel Lezcano
1
-7
/
+7
2019-11-20
PM: QoS: Invalidate frequency QoS requests after removal
Rafael J. Wysocki
1
-1
/
+7
2019-11-20
futex: Prevent exit livelock
Thomas Gleixner
1
-15
/
+91
2019-11-20
futex: Provide distinct return value when owner is exiting
Thomas Gleixner
1
-7
/
+9
2019-11-20
futex: Add mutex around futex exit
Thomas Gleixner
1
-0
/
+16
2019-11-20
futex: Provide state handling for exec() as well
Thomas Gleixner
1
-4
/
+34
2019-11-20
futex: Sanitize exit state handling
Thomas Gleixner
1
-7
/
+10
2019-11-20
futex: Mark the begin of futex exit explicitly
Thomas Gleixner
2
-13
/
+37
2019-11-20
futex: Set task::futex_state to DEAD right after handling futex exit
Thomas Gleixner
2
-1
/
+1
2019-11-20
futex: Split futex_mm_release() for exit/exec
Thomas Gleixner
2
-4
/
+8
2019-11-20
exit/exec: Seperate mm_release()
Thomas Gleixner
2
-2
/
+12
2019-11-20
futex: Replace PF_EXITPIDONE with a state
Thomas Gleixner
2
-28
/
+15
2019-11-20
futex: Move futex exit handling into futex code
Thomas Gleixner
2
-26
/
+32
2019-11-19
bpf: Make array_map_mmap static
YueHaibing
1
-1
/
+1
2019-11-18
ftrace: Rename ftrace_graph_stub to ftrace_stub_graph
Steven Rostedt (VMware)
1
-3
/
+3
2019-11-18
ftrace: Add a helper function to modify_ftrace_direct() to allow arch optimiz...
Steven Rostedt (VMware)
1
-32
/
+88
2019-11-18
perf/core: Fix the mlock accounting, again
Alexander Shishkin
1
-4
/
+2
2019-11-18
sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()
Vincent Guittot
1
-49
/
+62
2019-11-18
Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies
Ingo Molnar
8
-21
/
+74
2019-11-18
sched/fair: Add comments for group_type and balancing at SD_NUMA level
Vincent Guittot
1
-4
/
+31
2019-11-18
sched/fair: Fix rework of find_idlest_group()
Vincent Guittot
1
-7
/
+84
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2
-9
/
+148
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
3
-28
/
+14
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
5
-40
/
+27
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+3
2019-11-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-11
/
+23
2019-11-17
sched/uclamp: Fix overzealous type replacement
Valentin Schneider
2
-4
/
+4
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
16
-78
/
+172
2019-11-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2019-11-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+19
2019-11-15
fork: extend clone3() to support setting a PID
Adrian Reber
3
-18
/
+80
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
4
-27
/
+147
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
3
-3
/
+98
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
3
-6
/
+114
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2
-6
/
+28
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
6
-8
/
+419
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
1
-0
/
+6
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
1
-0
/
+4
2019-11-15
workqueue: Add RCU annotation for pwq list walk
Sebastian Andrzej Siewior
1
-1
/
+2
2019-11-15
ftrace: Add helper find_direct_entry() to consolidate code
Steven Rostedt (VMware)
1
-30
/
+29
2019-11-15
ftrace: Add another check for match in register_ftrace_direct()
Steven Rostedt (VMware)
1
-1
/
+6
[prev]
[next]