summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-167/+1309
2020-08-04Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-206/+1234
2020-08-04Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+10
2020-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-28/+14
2020-08-04Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...Linus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2-32/+55
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-141/+36
2020-08-03Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar1-1/+7
2020-08-03list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+14
2020-08-02Merge tag 'for-linus-2020-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar7-9/+1136
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-3/+14
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas2-28/+14
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar6-20/+27
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver3-0/+33
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver2-39/+35
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar18-206/+1234
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko1-3/+9
2020-07-29Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+3
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-0/+8
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore3-9/+3
2020-07-27genirq/debugfs: Add missing irqchip flagsMarc Zyngier1-0/+5
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-1/+5
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org1-1/+7
2020-07-27signal: fix typo in dequeue_synchronous_signal()Pavel Machek1-1/+1
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar18-201/+450
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov1-1/+1
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson1-0/+1
2020-07-23padata: remove padata_parallel_queueDaniel Jordan1-26/+20
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Daniel Jordan1-28/+5
2020-07-23padata: remove effective cpumasks from the instanceDaniel Jordan1-27/+3
2020-07-23padata: inline single call of pd_setup_cpumasks()Daniel Jordan1-23/+9
2020-07-23padata: remove stop functionDaniel Jordan1-14/+0
2020-07-23padata: remove start functionDaniel Jordan1-25/+1
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra1-10/+14
2020-07-20time/sched_clock: Use raw_read_seqcount_latch()Ahmed S. Darwish1-1/+1
2020-07-20sched_clock: Expose struct clock_read_dataPeter Zijlstra1-28/+13
2020-07-19Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+16
2020-07-19Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-18/+66
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+35
2020-07-18futex: Remove unused or redundant includesAndré Almeida1-17/+0
2020-07-18futex: Consistently use fshared as booleanAndré Almeida1-5/+5
2020-07-18futex: Remove needless goto'sAndré Almeida1-24/+16
2020-07-18futex: Remove put_futex_key()André Almeida1-49/+12
2020-07-18genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker1-2/+2
2020-07-17sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-2/+13
2020-07-15bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye1-0/+5