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-10-04
sched/core: Fix comment regarding nr_iowait_cpu() and get_iowait_load()
Rafael J. Wysocki
1
-4
/
+4
2018-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+9
2018-10-03
signal: Use a smaller struct siginfo in the kernel
Eric W. Biederman
1
-18
/
+64
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
4
-61
/
+108
2018-10-03
signal: Introduce copy_siginfo_from_user and use it's return value
Eric W. Biederman
2
-16
/
+21
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
1
-3
/
+0
2018-10-03
signal: Fail sigqueueinfo if si_signo != sig
Eric W. Biederman
1
-2
/
+4
2018-10-03
signal/sparc: Move EMT_TAGOVF into the generic siginfo.h
Eric W. Biederman
1
-1
/
+1
2018-10-03
locking/ww_mutex: Fix runtime warning in the WW mutex selftest
Guenter Roeck
1
-4
/
+6
2018-10-03
locking/lockdep: Add a faster path in __lock_release()
Waiman Long
1
-3
/
+14
2018-10-03
locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()
Waiman Long
1
-8
/
+7
2018-10-03
locking/lockdep: Remove add_chain_cache_classes()
Waiman Long
1
-70
/
+0
2018-10-03
bpf: Add helper to retrieve socket in BPF
Joe Stringer
1
-1
/
+7
2018-10-03
bpf: Add reference tracking to verifier
Joe Stringer
1
-19
/
+287
2018-10-03
bpf: Macrofy stack state copy
Joe Stringer
1
-45
/
+59
2018-10-03
bpf: Add PTR_TO_SOCKET verifier type
Joe Stringer
1
-14
/
+106
2018-10-03
bpf: Generalize ptr_or_null regs check
Joe Stringer
1
-18
/
+25
2018-10-03
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
1
-4
/
+3
2018-10-03
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
1
-12
/
+10
2018-10-03
bpf: Add iterator for spilled registers
Joe Stringer
1
-9
/
+7
2018-10-02
printk: CON_PRINTBUFFER console registration is a bit racy
Sergey Senozhatsky
1
-1
/
+5
2018-10-02
printk: Do not miss new messages when replaying the log
Petr Mladek
1
-4
/
+9
2018-10-02
bpf: don't accept cgroup local storage with zero value size
Roman Gushchin
1
-0
/
+3
2018-10-02
sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task
Mel Gorman
1
-1
/
+11
2018-10-02
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
14
-2381
/
+2002
2018-10-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
3
-27
/
+84
2018-10-02
sched/fair: Remove setting task's se->runnable_weight during PELT update
Dietmar Eggemann
2
-6
/
+2
2018-10-02
sched/fair: Disable LB_BIAS by default
Dietmar Eggemann
1
-1
/
+1
2018-10-02
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
5
-10
/
+8
2018-10-02
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
18
-68
/
+190
2018-10-02
sched/numa: Avoid task migration for small NUMA improvement
Srikar Dronamraju
1
-5
/
+18
2018-10-02
sched/numa: Limit the conditions where scan period is reset
Mel Gorman
1
-2
/
+23
2018-10-02
sched/numa: Reset scan rate whenever task moves across nodes
Srikar Dronamraju
1
-7
/
+19
2018-10-02
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
4
-4
/
+4
2018-10-02
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
2
-0
/
+23
2018-10-02
perf/ring_buffer: Prevent concurent ring buffer access
Jiri Olsa
1
-0
/
+2
2018-10-02
perf/core: Fix perf_pmu_unregister() locking
Peter Zijlstra
1
-7
/
+2
2018-10-02
jump_label: Fix NULL dereference bug in __jump_label_mod_update()
Ard Biesheuvel
1
-1
/
+1
2018-10-01
Input: i8042 - enable keyboard wakeups by default when s2idle is used
Daniel Drake
1
-0
/
+6
2018-10-01
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
19
-83
/
+164
2018-10-01
dma-direct: always allow dma mask <= physiscal memory size
Christoph Hellwig
1
-12
/
+16
2018-10-01
dma-direct: implement complete bus_dma_mask handling
Christoph Hellwig
1
-10
/
+11
2018-10-01
dma-direct: refine dma_direct_alloc zone selection
Christoph Hellwig
1
-10
/
+21
2018-10-01
dma-direct: add an explicit dma_direct_get_required_mask
Christoph Hellwig
1
-3
/
+19
2018-10-01
bpf: don't allow create maps of per-cpu cgroup local storages
Roman Gushchin
1
-1
/
+2
2018-10-01
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
4
-27
/
+157
2018-10-01
bpf: rework cgroup storage pointer passing
Roman Gushchin
2
-3
/
+8
2018-10-01
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
5
-39
/
+85
2018-10-01
signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
Will Deacon
1
-5
/
+9
2018-10-01
genirq/debugfs: Reinstate full OF path for domain name
Marc Zyngier
1
-1
/
+1
[prev]
[next]