index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
spi: spi-mem: add spi_mem_dtr_supports_op()
Pratyush Yadav
1
-0
/
+9
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2
-0
/
+2
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2
-3
/
+4
2021-02-11
bpf: Compute program stats for sleepable programs
Alexei Starovoitov
1
-2
/
+2
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
2
-11
/
+11
2021-02-11
dm: fix deadlock when swapping to encrypted device
Mikulas Patocka
1
-0
/
+5
2021-02-11
dm: simplify target code conditional on CONFIG_BLK_DEV_ZONED
Mike Snitzer
1
-2
/
+14
2021-02-11
dm: add support for passing through inline crypto support
Satya Tangirala
2
-2
/
+13
2021-02-11
block/keyslot-manager: Introduce functions for device mapper support
Satya Tangirala
1
-0
/
+9
2021-02-11
block/keyslot-manager: Introduce passthrough keyslot manager
Satya Tangirala
1
-0
/
+2
2021-02-11
regulator: pca9450: Enable system reset on WDOG_B assertion
Frieder Schrempf
1
-0
/
+7
2021-02-11
Merge tag 'kvm-ppc-next-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-0
/
+1
2021-02-11
locking/arch: Move qrwlock.h include after qspinlock.h
Waiman Long
1
-1
/
+2
2021-02-11
kgdb: Remove kgdb_schedule_breakpoint()
Daniel Thompson
1
-1
/
+0
2021-02-11
asm-generic/hyperv: import data structures for mapping device interrupts
Wei Liu
1
-0
/
+36
2021-02-11
asm-generic/hyperv: introduce hv_device_id and auxiliary structures
Wei Liu
1
-0
/
+79
2021-02-11
asm-generic/hyperv: update hv_interrupt_entry
Wei Liu
1
-2
/
+34
2021-02-11
asm-generic/hyperv: update hv_msi_entry
Wei Liu
1
-2
/
+26
2021-02-11
x86/hyperv: provide a bunch of helper functions
Wei Liu
1
-0
/
+67
2021-02-11
ACPI / NUMA: add a stub function for node_to_pxm()
Wei Liu
1
-0
/
+4
2021-02-11
x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
Wei Liu
1
-0
/
+6
2021-02-11
asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
Wei Liu
1
-1
/
+1
2021-02-11
hv: hyperv.h: Replace one-element array with flexible-array in struct icmsg_n...
Gustavo A. R. Silva
1
-2
/
+2
2021-02-11
Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests
Andrea Parri (Microsoft)
1
-0
/
+1
2021-02-11
x86/hyperv: Load/save the Isolation Configuration leaf
Andrea Parri (Microsoft)
2
-0
/
+6
2021-02-11
of: irq: Fix the return value for of_irq_parse_one() stub
Saravana Kannan
1
-1
/
+1
2021-02-11
arm/xen: Don't probe xenbus as part of an early initcall
Julien Grall
1
-2
/
+0
2021-02-11
net/mlx5: Delete device list leftover
Leon Romanovsky
1
-1
/
+0
2021-02-11
net/sched: cls_flower: Reject invalid ct_state flags rules
wenxu
1
-0
/
+2
2021-02-11
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
3
-9
/
+15
2021-02-11
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
1
-1
/
+1
2021-02-11
Merge branch 'ima-kexec-fixes' into next-integrity
Mimi Zohar
1
-0
/
+5
2021-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
17
-20
/
+50
2021-02-10
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
1
-0
/
+5
2021-02-10
Merge branch 'objtool/core' into x86/entry
Thomas Gleixner
1
-1
/
+12
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-3
/
+11
2021-02-10
bpf: Allow variable-offset stack access
Andrei Matei
2
-1
/
+7
2021-02-10
of: irq: make a stub for of_irq_parse_one()
Stephen Rothwell
1
-2
/
+7
2021-02-10
Merge back ACPICA material for v5.12.
Rafael J. Wysocki
22
-75
/
+49
2021-02-10
Merge back cpufreq updates for v5.12.
Rafael J. Wysocki
1
-18
/
+12
2021-02-10
ASoC: SOF: ext_manifest: use explicit number for elem_type
Fred Oh
1
-3
/
+3
2021-02-10
blk-mq: introduce blk_mq_set_request_complete
Chao Leng
1
-0
/
+12
2021-02-10
Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
1
-1
/
+1
2021-02-10
block: introduce zone_write_granularity limit
Damien Le Moal
1
-0
/
+15
2021-02-10
io_uring: provide FIFO ordering for task_work
Jens Axboe
1
-0
/
+14
2021-02-10
Revert "drm/scheduler: Job timeout handler returns status (v3)"
Maarten Lankhorst
1
-15
/
+3
2021-02-10
locking/mutex: Kill mutex_trylock_recursive()
Sebastian Andrzej Siewior
1
-25
/
+0
2021-02-10
KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR
Ravi Bangoria
1
-0
/
+1
2021-02-10
firmware_loader: align .builtin_fw to 8
Fangrui Song
1
-1
/
+1
2021-02-10
net: add sysfs attribute to control napi threaded mode
Wei Wang
1
-0
/
+2
[prev]
[next]