index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2018-12-17
bpf: remove useless version check for prog load
Daniel Borkmann
2018-12-17
dma-direct: do not include SME mask in the DMA supported check
Lendacky, Thomas
2018-12-17
kprobes: Blacklist symbols in arch-defined prohibited area
Masami Hiramatsu
2018-12-17
Merge tag 'v4.20-rc7' into perf/core, to pick up fixes
Ingo Molnar
2018-12-17
posix-timers: Fix division by zero bug
Thomas Gleixner
2018-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-12-15
kconfig: warn no new line at end of file
Masahiro Yamada
2018-12-15
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
2018-12-15
bpf: speed up stacksafe check
Alexei Starovoitov
2018-12-14
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-14
ARM: module: Fix function kallsyms on Thumb-2
Vincent Whitchurch
2018-12-14
module: Overwrite st_size instead of st_info
Vincent Whitchurch
2018-12-14
audit: remove duplicated include from audit.c
YueHaibing
2018-12-13
seccomp: fix poor type promotion
Tycho Andersen
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
2018-12-13
dma-direct: use dma_direct_map_page to implement dma_direct_map_sg
Christoph Hellwig
2018-12-13
dma-direct: improve addressability error reporting
Christoph Hellwig
2018-12-13
swiotlb: remove dma_mark_clean
Christoph Hellwig
2018-12-13
swiotlb: remove SWIOTLB_MAP_ERROR
Christoph Hellwig
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
2018-12-13
dma-mapping: always build the direct mapping code
Christoph Hellwig
2018-12-13
dma-mapping: move dma_cache_sync out of line
Christoph Hellwig
2018-12-13
dma-mapping: move various slow path functions out of line
Christoph Hellwig
2018-12-13
dma-mapping: move dma_get_required_mask to kernel/dma
Christoph Hellwig
2018-12-13
dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementation
Christoph Hellwig
2018-12-13
dma-mapping: remove a pointless memset in dma_atomic_pool_init
Christoph Hellwig
2018-12-13
bpf: verifier: make sure callees don't prune with caller differences
Jakub Kicinski
2018-12-13
arm64: add prctl control for resetting ptrauth keys
Kristina Martsenko
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
2018-12-13
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
2018-12-13
irq/irq_sim: Store multiple interrupt offsets in a bitmap
Bartosz Golaszewski
2018-12-12
Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-12
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-12
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-12-12
PM / sleep: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-12-12
printk: Remove print_prefix() calls with NULL buffer.
Tetsuo Handa
2018-12-11
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2018-12-11
timekeeping: Convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
2018-12-11
seccomp: add a return code to trap to userspace
Tycho Andersen
2018-12-11
seccomp: switch system call argument type to void *
Tycho Andersen
2018-12-11
seccomp: hoist struct seccomp_data recalculation higher
Tycho Andersen
2018-12-11
tracing: Fix memory leak of instance function hash filters
Steven Rostedt (VMware)
2018-12-11
tracing: Fix memory leak in set_trigger_filter()
Steven Rostedt (VMware)
2018-12-11
tracing: Fix memory leak in create_filter()
Steven Rostedt (VMware)
2018-12-11
sched/fair: Select an energy-efficient CPU on task wake-up
Quentin Perret
2018-12-11
sched/fair: Introduce an energy estimation helper function
Quentin Perret
[prev]
[next]