aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-09-10waitid: Add support for waiting for the current process groupEric W. Biederman
2019-09-10posix-cpu-timers: Fix permission check regressionThomas Gleixner
2019-09-06kexec_elf: support 32 bit ELF filesSven Schnelle
2019-09-06kexec_elf: remove unused variable in kexec_elf_load()Sven Schnelle
2019-09-06kexec_elf: remove Elf_Rel macroSven Schnelle
2019-09-06kexec_elf: remove PURGATORY_STACK_SIZESven Schnelle
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle
2019-09-06kexec_elf: change order of elf_*_to_cpu() functionsSven Schnelle
2019-09-06kexec: add KEXEC_ELFSven Schnelle
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-09-06perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initializationMark-PK Tsai
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-09-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-09-05bpf: fix precision tracking of stack slotsAlexei Starovoitov
2019-09-05hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior
2019-09-05kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-02Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-08-31tracing: Correct kdoc formatsJakub Kicinski
2019-08-31tracing/probe: Fix null pointer dereferenceXinpeng Liu
2019-08-31tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov
2019-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-08-30ftrace: Check for successful allocation of hashNaveen N. Rao
2019-08-30ftrace: Check for empty hash and comment the race with registering probesSteven Rostedt (VMware)
2019-08-30ftrace: Fix NULL pointer dereference in t_probe_next()Naveen N. Rao
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon
2019-08-29jump_label: Don't warn on __exit jump entriesAndrew Murray
2019-08-29posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner
2019-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-08-28tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-28genirq/affinity: Remove const qualifier from node_to_cpumask argumentMing Lei
2019-08-28posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner
2019-08-28posix-cpu-timers: Remove pointless comparisonsThomas Gleixner