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
2019-07-25
cgroup/cpuset: Change cpuset_rwsem and hotplug lock order
Juri Lelli
1
-5
/
+17
2019-07-25
cgroup/cpuset: Convert cpuset_mutex to percpu_rwsem
Juri Lelli
1
-33
/
+35
2019-07-25
sched/deadline: Fix bandwidth accounting at all levels after offline migration
Juri Lelli
1
-0
/
+33
2019-07-25
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
5
-6
/
+106
2019-07-25
sched/core: Streamle calls to task_rq_unlock()
Mathieu Poirier
1
-10
/
+14
2019-07-25
sched/topology: Add partition_sched_domains_locked()
Mathieu Poirier
1
-4
/
+13
2019-07-25
sched/fair: Introduce fits_capacity()
Viresh Kumar
1
-10
/
+8
2019-07-25
sched/isolation: Prefer housekeeping CPU in local node
Wanpeng Li
3
-5
/
+35
2019-07-25
sched/stats: Fix unlikely() use of sched_info_on()
Yi Wang
1
-3
/
+4
2019-07-25
sched/core: Convert get_task_struct() to return the task
Matthew Wilcox (Oracle)
4
-14
/
+7
2019-07-25
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
1
-10
/
+33
2019-07-25
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
2
-3
/
+14
2019-07-25
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
1
-8
/
+49
2019-07-25
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
1
-2
/
+3
2019-07-25
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
1
-1
/
+1
2019-07-25
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
1
-4
/
+5
2019-07-25
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
1
-41
/
+41
2019-07-25
cpu/hotplug: Cache number of online CPUs
Thomas Gleixner
1
-0
/
+24
2019-07-25
smp/hotplug: Track booted once CPUs in a cpumask
Thomas Gleixner
1
-4
/
+7
2019-07-25
locking/lockdep: Report more stack trace statistics
Bart Van Assche
3
-0
/
+39
2019-07-25
locking/lockdep: Reduce space occupied by stack traces
Bart Van Assche
2
-38
/
+92
2019-07-25
stacktrace: Constify 'entries' arguments
Bart Van Assche
1
-2
/
+2
2019-07-25
locking/lockdep: Make it clear that what lock_class::key points at is not modified
Bart Van Assche
3
-3
/
+4
2019-07-25
perf/core: Fix creating kernel counters for PMUs that override event->cpu
Leonard Crestez
1
-1
/
+1
2019-07-25
locking/mutex: Test for initialized mutex
Sebastian Andrzej Siewior
1
-1
/
+10
2019-07-25
locking/lockdep: Clean up #ifdef checks
Arnd Bergmann
1
-7
/
+6
2019-07-25
locking/lockdep: Hide unused 'class' variable
Arnd Bergmann
1
-1
/
+2
2019-07-25
locking/rwsem: Add ACQUIRE comments
Peter Zijlstra
1
-5
/
+13
2019-07-25
lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loop
Peter Zijlstra
1
-1
/
+3
2019-07-25
locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is empty
Jan Stancek
1
-0
/
+2
2019-07-25
locking/rwsem: Don't call owner_on_cpu() on read-owner
Waiman Long
1
-1
/
+5
2019-07-25
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
1
-39
/
+81
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2
-5
/
+21
2019-07-24
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
1
-2
/
+19
2019-07-24
dma-mapping: check pfn validity in dma_common_{mmap,get_sgtable}
Christoph Hellwig
1
-2
/
+11
2019-07-23
cgroup: minor tweak for logic to get cgroup css
Peng Wang
1
-1
/
+1
2019-07-23
cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()
Markus Elfring
1
-1
/
+1
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
1
-2
/
+2
2019-07-23
PM: sleep: Integrate suspend-to-idle with generig suspend flow
Rafael J. Wysocki
1
-16
/
+5
2019-07-23
PM: sleep: Simplify suspend-to-idle control flow
Rafael J. Wysocki
1
-30
/
+23
2019-07-23
PCI: irq: Introduce rearm_wake_irq()
Rafael J. Wysocki
1
-0
/
+20
2019-07-22
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+4
2019-07-22
sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=y
Thomas Gleixner
1
-4
/
+4
2019-07-22
pidfd: fix a poll race when setting exit_state
Suren Baghdasaryan
1
-0
/
+1
2019-07-22
x86/mpx: Remove MPX APIs
Dave Hansen
1
-14
/
+2
2019-07-20
Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-25
/
+22
2019-07-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+7
2019-07-20
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+16
2019-07-20
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+23
2019-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+6
[prev]
[next]