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-16
Merge tag 'trace-v4.15-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-18
/
+46
2018-01-16
ptrace: Use copy_siginfo in setsiginfo and getsiginfo
Eric W. Biederman
1
-2
/
+2
2018-01-16
printk: Never set console_may_schedule in console_trylock()
Sergey Senozhatsky
1
-14
/
+8
2018-01-16
printk: Hide console waiter logic into helpers
Petr Mladek
1
-97
/
+148
2018-01-16
printk: Add console owner and waiter logic to load balance console writes
Steven Rostedt (VMware)
1
-1
/
+107
2018-01-16
kallsyms: remove print_symbol() function
Sergey Senozhatsky
1
-11
/
+0
2018-01-16
kvm_config: add CONFIG_S390_GUEST
Christian Borntraeger
1
-0
/
+1
2018-01-16
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
1
-4
/
+11
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
1
-24
/
+172
2018-01-16
delayacct: Account blkio completion on the correct task
Josh Snyder
2
-19
/
+29
2018-01-16
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
1
-9
/
+29
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
1
-0
/
+20
2018-01-16
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
1
-13
/
+18
2018-01-16
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
1
-4
/
+16
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
[prev]
[next]