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-09-13
sched/psi: Correct overly pessimistic size calculation
Miles Chen
1
-1
/
+1
2019-09-13
sched/fair: Speed-up energy-aware wake-ups
Quentin Perret
1
-60
/
+50
2019-09-12
cgroup: freezer: fix frozen state inheritance
Roman Gushchin
1
-1
/
+9
2019-09-12
Merge tag 'for-linus-20190912' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-0
/
+10
2019-09-12
fork: block invalid exit signals with clone3()
Eugene Syromiatnikov
1
-0
/
+10
2019-09-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2019-09-12
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+2
2019-09-11
module: remove unneeded casts in cmp_name()
Masahiro Yamada
1
-5
/
+2
2019-09-11
module: Fix link failure due to invalid relocation on namespace offset
Will Deacon
1
-0
/
+2
2019-09-11
Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qcom', 'arm/renesas', 'x86/amd', 'x86/vt-d' and 'core' into next
Joerg Roedel
2
-14
/
+22
2019-09-11
swiotlb: Split size parameter to map/unmap APIs
Lu Baolu
2
-14
/
+22
2019-09-10
waitid: Add support for waiting for the current process group
Eric W. Biederman
1
-2
/
+5
2019-09-10
posix-cpu-timers: Fix permission check regression
Thomas Gleixner
1
-9
/
+35
2019-09-10
module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
Matthias Maennich
1
-2
/
+9
2019-09-10
module: add support for symbol namespaces.
Matthias Maennich
1
-0
/
+43
2019-09-10
module: support reading multiple values per modinfo tag
Matthias Maennich
1
-2
/
+15
2019-09-07
kernel.h: Add non_block_start/end()
Daniel Vetter
1
-5
/
+14
2019-09-06
kexec_elf: support 32 bit ELF files
Sven Schnelle
1
-15
/
+42
2019-09-06
kexec_elf: remove unused variable in kexec_elf_load()
Sven Schnelle
1
-5
/
+2
2019-09-06
kexec_elf: remove Elf_Rel macro
Sven Schnelle
1
-4
/
+0
2019-09-06
kexec_elf: remove PURGATORY_STACK_SIZE
Sven Schnelle
1
-2
/
+0
2019-09-06
kexec_elf: remove parsing of section headers
Sven Schnelle
1
-137
/
+0
2019-09-06
kexec_elf: change order of elf_*_to_cpu() functions
Sven Schnelle
1
-6
/
+6
2019-09-06
kexec: add KEXEC_ELF
Sven Schnelle
2
-0
/
+550
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-36
/
+151
2019-09-06
Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Thomas Gleixner
1
-4
/
+6
2019-09-06
perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
Mark-PK Tsai
1
-2
/
+2
2019-09-06
Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changes
Ingo Molnar
1
-14
/
+2
2019-09-05
genirq: Prevent NULL pointer dereference in resend_irqs()
Yunfeng Ye
1
-0
/
+2
2019-09-05
alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2019-09-05
tracing: Add "gfp_t" support in synthetic_events
Zhengjun Xing
1
-0
/
+19
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
1
-9
/
+14
2019-09-05
hrtimer: Add a missing bracket and hide `migration_base' on !SMP
Sebastian Andrzej Siewior
1
-1
/
+11
2019-09-05
kprobes: Prohibit probing on BUG() and WARN() address
Masami Hiramatsu
1
-1
/
+2
2019-09-04
sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and code
Ingo Molnar
1
-39
/
+39
2019-09-04
kbuild: add $(BASH) to run scripts with bash-extension
Masahiro Yamada
1
-1
/
+1
2019-09-04
dma-mapping: introduce a dma_common_find_pages helper
Christoph Hellwig
1
-2
/
+11
2019-09-04
dma-mapping: always use VM_DMA_COHERENT for generic DMA remap
Christoph Hellwig
1
-13
/
+10
2019-09-04
dma-mapping: provide a better default ->get_required_mask
Christoph Hellwig
1
-20
/
+10
2019-09-04
dma-mapping: remove the dma_declare_coherent_memory export
Christoph Hellwig
1
-1
/
+0
2019-09-04
dma-mapping: remove the dma_mmap_from_dev_coherent export
Christoph Hellwig
1
-1
/
+0
2019-09-04
dma-mapping: remove dma_release_declared_memory
Christoph Hellwig
1
-11
/
+0
2019-09-04
dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP
Christoph Hellwig
1
-7
/
+5
2019-09-04
dma-mapping: add a dma_can_mmap helper
Christoph Hellwig
1
-0
/
+23
2019-09-04
dma-mapping: explicitly wire up ->mmap and ->get_sgtable
Christoph Hellwig
1
-8
/
+12
2019-09-04
dma-mapping: move the dma_get_sgtable API comments from arm to common code
Christoph Hellwig
1
-0
/
+11
2019-09-03
kgdb: fix comment regarding static function
Nadav Amit
1
-4
/
+1
2019-09-03
kdb: Replace strncmp with str_has_prefix
Chuhong Yuan
1
-1
/
+1
2019-09-03
cpuidle: play_idle: Increase the resolution to usec
Daniel Lezcano
1
-3
/
+4
2019-09-03
irqdomain: Add the missing assignment of domain->fwnode for named fwnode
Dexuan Cui
1
-0
/
+1
[prev]
[next]