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
2020-05-06
kcsan: Add __kcsan_{enable,disable}_current() variants
Marco Elver
1
-0
/
+7
2020-05-06
tracing/kprobes: Reject new event if loc is NULL
Masami Hiramatsu
1
-0
/
+6
2020-05-06
tracing/boottime: Fix kprobe event API usage
Masami Hiramatsu
1
-12
/
+8
2020-05-06
tracing/kprobes: Fix a double initialization typo
Masami Hiramatsu
1
-1
/
+1
2020-05-05
signal: refactor copy_siginfo_to_user32
Christoph Hellwig
1
-53
/
+53
2020-05-05
sysctl: Fix unused function warning
Arnd Bergmann
1
-1
/
+1
2020-05-05
workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO.
Sean Fu
1
-4
/
+2
2020-05-01
bpf: Fix use-after-free of bpf_link when priming half-fails
Andrii Nakryiko
1
-6
/
+7
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
2
-1
/
+92
2020-05-01
audit: make symbol 'audit_nfcfgs' static
Zheng Bin
1
-1
/
+1
2020-05-01
uaccess: Selectively open read or write user access
Christophe Leroy
2
-12
/
+12
2020-04-30
sched/core: Simplify sched_init()
Wei Yang
1
-2
/
+2
2020-04-30
sched/fair: Use __this_cpu_read() in wake_wide()
Muchun Song
1
-1
/
+1
2020-04-30
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
2
-3
/
+20
2020-04-30
sched/fair: Mark sched_init_granularity __init
Muchun Song
1
-1
/
+1
2020-04-30
sched/fair: Refill bandwidth before scaling
Huaixin Chang
1
-2
/
+2
2020-04-30
sched: Extract the task putting code from pick_next_task()
Chen Yu
1
-16
/
+23
2020-04-30
sched: Make newidle_balance() static again
Chen Yu
2
-6
/
+4
2020-04-30
sched/topology: Kill SD_LOAD_BALANCE
Valentin Schneider
1
-2
/
+1
2020-04-30
sched: Remove checks against SD_LOAD_BALANCE
Valentin Schneider
2
-31
/
+11
2020-04-30
sched/debug: Make sd->flags sysctl read-only
Valentin Schneider
1
-1
/
+1
2020-04-30
sched/fair: find_idlest_group(): Remove unused sd_flag parameter
Valentin Schneider
1
-5
/
+3
2020-04-30
exit: Move preemption fixup up, move blocking operations down
Jann Horn
1
-9
/
+16
2020-04-30
sched/fair: Simplify the code of should_we_balance()
Peng Wang
1
-11
/
+5
2020-04-30
sched/fair: Remove distribute_running from CFS bandwidth
Josh Don
2
-13
/
+1
2020-04-30
sched/fair: Eliminate bandwidth race between throttling and distribution
Paul Turner
1
-32
/
+47
2020-04-30
sched/debug: Fix trival print_task() format
Xie XiuQi
1
-3
/
+3
2020-04-30
perf: Add cond_resched() to task_function_call()
Barret Rhoden
1
-9
/
+14
2020-04-30
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
1
-1
/
+3
2020-04-30
posix-cpu-timers: Use pids not tasks in lookup
Eric W. Biederman
1
-57
/
+45
2020-04-30
remove the no longer needed pid_alive() check in __task_pid_nr_ns()
Oleg Nesterov
1
-2
/
+1
2020-04-30
padata: add separate cpuhp node for CPUHP_PADATA_DEAD
Daniel Jordan
1
-6
/
+8
2020-04-30
bpf: Fix unused variable warning
Arnd Bergmann
1
-1
/
+1
2020-04-29
bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH
Jakub Sitnicki
1
-10
/
+35
2020-04-29
posix-cpu-timers: Replace __get_task_for_clock with pid_for_clock
Eric W. Biederman
1
-45
/
+30
2020-04-29
posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type
Eric W. Biederman
1
-4
/
+4
2020-04-29
posix-cpu-timers: Extend rcu_read_lock removing task_struct references
Eric W. Biederman
1
-20
/
+23
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
4
-21
/
+181
2020-04-28
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+49
2020-04-28
bpf: Allocate ID for bpf_link
Andrii Nakryiko
2
-52
/
+103
2020-04-28
bpf: Refactor bpf_link update handling
Andrii Nakryiko
3
-36
/
+32
2020-04-28
netfilter: add audit table unregister actions
Richard Guy Briggs
1
-2
/
+3
2020-04-28
audit: tidy and extend netfilter_cfg x_tables
Richard Guy Briggs
1
-0
/
+24
2020-04-28
posix-cpu-timer: Unify the now redundant code in lookup_task
Eric W. Biederman
1
-8
/
+7
2020-04-28
posix-cpu-timer: Tidy up group_leader logic in lookup_task
Eric W. Biederman
1
-6
/
+2
2020-04-28
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
1
-0
/
+19
2020-04-28
Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Daniel Borkmann
18
-1636
/
+1485
2020-04-28
coredump: fix crash when umh is disabled
Luis Chamberlain
1
-0
/
+5
2020-04-27
audit: log audit netlink multicast bind and unbind
Richard Guy Briggs
1
-4
/
+44
2020-04-27
cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"
Ethon Paul
1
-1
/
+1
[prev]
[next]