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-01-15
signal: Unify and correct copy_siginfo_to_user32
Eric W. Biederman
1
-0
/
+90
2018-01-16
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
1
-20
/
+24
2018-01-16
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
1
-1
/
+1
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
3
-19
/
+14
2018-01-16
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
1
-6
/
+4
2018-01-16
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
1
-32
/
+28
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
1
-67
/
+62
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
1
-10
/
+2
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
1
-20
/
+6
2018-01-16
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code
Anna-Maria Gleixner
1
-16
/
+15
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
1
-15
/
+13
2018-01-16
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
1
-10
/
+21
2018-01-16
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
1
-7
/
+9
2018-01-16
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
1
-1
/
+6
2018-01-16
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
1
-4
/
+5
2018-01-16
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
1
-6
/
+6
2018-01-16
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active
Thomas Gleixner
4
-61
/
+60
2018-01-16
Merge branch 'timers/urgent' into timers/core, to pick up dependent fix
Ingo Molnar
3
-2
/
+3
2018-01-15
signal: Remove the code to clear siginfo before calling copy_siginfo_from_user32
Eric W. Biederman
2
-3
/
+2
2018-01-15
signal: Unify and correct copy_siginfo_from_user32
Eric W. Biederman
1
-0
/
+81
2018-01-15
signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
Eric W. Biederman
1
-3
/
+6
2018-01-15
fork: Provide usercopy whitelisting for task_struct
Kees Cook
1
-2
/
+20
2018-01-15
fork: Define usercopy region in thread_stack slab caches
David Windsor
1
-2
/
+3
2018-01-15
fork: Define usercopy region in mm_struct slab caches
David Windsor
1
-1
/
+3
2018-01-15
ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label
Namit Gupta
1
-6
/
+1
2018-01-15
tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y
Randy Dunlap
1
-1
/
+1
2018-01-15
ring-buffer: Bring back context level recursive checks
Steven Rostedt (VMware)
1
-17
/
+45
2018-01-15
staging: lustre: lnet: convert selftest to use workqueues
NeilBrown
1
-0
/
+1
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
3
-13
/
+226
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
1
-8
/
+20
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
1
-5
/
+5
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
7
-40
/
+16
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
1
-16
/
+39
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
1
-24
/
+23
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
1
-4
/
+13
2018-01-14
timers: Unconditionally check deferrable base
Thomas Gleixner
1
-1
/
+1
2018-01-14
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-14
posix-cpu-timers: Make set_process_cpu_timer() more robust
Max R. P. Grossmann
1
-2
/
+1
2018-01-14
futex: Prevent overflow by strengthen input validation
Li Jinyue
1
-0
/
+3
2018-01-14
futex: Avoid violating the 10th rule of futex
Peter Zijlstra
3
-23
/
+87
2018-01-14
bpf: fix divides by zero
Eric Dumazet
1
-2
/
+2
2018-01-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2018-01-13
kdump: write correct address of mem_section into vmcoreinfo
Kirill A. Shutemov
1
-1
/
+1
2018-01-12
error-injection: Support fault injection framework
Masami Hiramatsu
2
-0
/
+350
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
5
-171
/
+9
2018-01-12
tracing/kprobe: bpf: Compare instruction pointer with original one
Masami Hiramatsu
2
-15
/
+7
2018-01-12
tracing/kprobe: bpf: Check error injectable event is on function entry
Masami Hiramatsu
4
-15
/
+16
[prev]
[next]