index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2020-11-27
dma-contiguous: fix a typo error in a comment
tangjianqiang
-1
/
+1
2020-11-27
dma-pool: no need to check return value of debugfs_create functions
Tiezhu Yang
-3
/
+0
2020-11-27
dma-mapping: Allow mixing bypass and mapped DMA operation
Alexey Kardashevskiy
-4
/
+12
2020-11-27
kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
Nicholas Piggin
-1
/
+5
2020-11-26
Merge remote-tracking branch 'origin/master' into perf/core
Peter Zijlstra
-3825
/
+14568
2020-11-26
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
-0
/
+26
2020-11-25
cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()
Hui Su
-4
/
+4
2020-11-25
kernel: cgroup: Mundane spelling fixes throughout the file
Bhaskar Chowdhury
-11
/
+11
2020-11-25
workqueue: Kick a worker based on the actual activation of delayed works
Yunfeng Ye
-3
/
+10
2020-11-25
resource: provide meaningful MODULE_LICENSE() in test suite
Andy Shevchenko
-0
/
+2
2020-11-25
module: simplify version-attribute handling
Johan Hovold
-6
/
+4
2020-11-24
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
-84
/
+95
2020-11-24
audit: fix macros warnings
Alex Shi
-7
/
+6
2020-11-25
bpf: Sanitize BTF data pointer after module is loaded
Andrii Nakryiko
-0
/
+5
2020-11-24
irq_work: Optimize irq_work_single()
Peter Zijlstra
-12
/
+17
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
-38
/
+30
2020-11-24
irq_work: Cleanup
Peter Zijlstra
-21
/
+16
2020-11-24
sched: Limit the amount of NUMA imbalance that can exist at fork time
Mel Gorman
-2
/
+15
2020-11-24
sched/numa: Allow a floating imbalance between NUMA nodes
Mel Gorman
-10
/
+11
2020-11-24
sched: Avoid unnecessary calculation of load imbalance at clone time
Mel Gorman
-3
/
+5
2020-11-24
sched/numa: Rename nr_running and break out the magic number
Mel Gorman
-4
/
+6
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
-1
/
+27
2020-11-24
sched: highmem: Store local kmaps in task struct
Thomas Gleixner
-0
/
+28
2020-11-24
Merge branch 'sched/core' into core/mm
Thomas Gleixner
-398
/
+1501
2020-11-24
sched: Make migrate_disable/enable() independent of RT
Thomas Gleixner
-12
/
+37
2020-11-23
Merge tag 'v5.10-rc5' into rdma.git for-next
Jason Gunthorpe
-214
/
+310
2020-11-23
PM / suspend: fix kernel-doc markup
Alex Shi
-0
/
+2
2020-11-23
signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
Peter Collingbourne
-0
/
+24
2020-11-23
signal: define the SA_UNSUPPORTED bit in sa_flags
Peter Collingbourne
-0
/
+6
2020-11-23
signal: clear non-uapi flag bits when passing/returning sa_flags
Peter Collingbourne
-0
/
+10
2020-11-23
softirq: Move related code into one section
Thomas Gleixner
-53
/
+54
2020-11-22
Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-55
/
+71
2020-11-22
Merge tag 'locking-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+4
2020-11-21
Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-14
/
+7
2020-11-20
Merge branch 'for-linus/seccomp' into for-next/seccomp
Kees Cook
-14
/
+7
2020-11-20
seccomp: Remove bogus __user annotations
Jann Horn
-2
/
+2
2020-11-20
bpf: Simplify task_file_seq_get_next()
Song Liu
-37
/
+17
2020-11-20
seccomp/cache: Report cache data through /proc/pid/seccomp_cache
YiFei Zhu
-0
/
+59
2020-11-20
seccomp/cache: Add "emulator" to check if filter is constant allow
YiFei Zhu
-1
/
+155
2020-11-20
seccomp/cache: Lookup syscall allowlist bitmap for fast path
YiFei Zhu
-0
/
+77
2020-11-20
printk/console: Allow to disable console output by using console="" or consol...
Petr Mladek
-1
/
+8
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
-3
/
+2
2020-11-19
Merge branch 'kcsan.2020.11.06a' into HEAD
Paul E. McKenney
-9
/
+14
2020-11-19
Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...
Paul E. McKenney
-154
/
+393
2020-11-19
srcu: Take early exit on memory-allocation failure
Paul E. McKenney
-1
/
+3
2020-11-19
rcu/tree: Defer kvfree_rcu() allocation to a clean context
Uladzislau Rezki (Sony)
-43
/
+66
2020-11-19
rcu: Do not report strict GPs for outgoing CPUs
Paul E. McKenney
-1
/
+1
2020-11-19
rcu: Fix a typo in rcu_blocking_is_gp() header comment
Zhouyi Zhou
-1
/
+1
2020-11-19
rcu: Prevent lockdep-RCU splats on lock acquisition/release
Paul E. McKenney
-1
/
+21
2020-11-19
rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBs
Joel Fernandes (Google)
-1
/
+2
[prev]
[next]