index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memremap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-19
gpio: twl4030: Don't return an error after WARN in .remove
Uwe Kleine-König
1
-5
/
+2
2022-07-19
gpio: twl4030: Drop platform teardown callback
Uwe Kleine-König
2
-13
/
+0
2022-07-19
dt-bindings: gpio: renesas,rcar-gpio: R-Car V3U is R-Car Gen4
Geert Uytterhoeven
1
-3
/
+1
2022-07-19
gpio: davinci: Add support for system suspend/resume PM
Devarsh Thakkar
1
-0
/
+83
2022-07-19
dt-bindings: gpio: gpio-mvebu: document offset and marvell,pwm-offset
Chris Packham
1
-0
/
+8
2022-07-19
dt-bindings: gpio: gpio-mvebu: deprecate armadaxp-gpio
Chris Packham
1
-16
/
+8
2022-07-19
dt-bindings: gpio: gpio-mvebu: convert txt binding to DT schema format
Chris Packham
5
-96
/
+149
2022-07-19
gpiolib: devres: Get rid of unused devm_gpio_free()
Andy Shevchenko
3
-39
/
+0
2022-07-17
Linux 5.19-rc7
v5.19-rc7
Linus Torvalds
1
-1
/
+1
2022-07-17
drm/i915/ttm: fix 32b build
Matthew Auld
6
-13
/
+15
2022-07-17
perf trace: Fix SIGSEGV when processing syscall args
Naveen N. Rao
1
-0
/
+2
2022-07-17
perf tests: Fix Convert perf time to TSC test for hybrid
Adrian Hunter
1
-14
/
+4
2022-07-17
perf tests: Stop Convert perf time to TSC test opening events twice
Adrian Hunter
1
-3
/
+6
2022-07-17
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2022-07-17
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2
-3
/
+30
2022-07-17
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-07-16
random: cap jitter samples per bit to factor of HZ
Jason A. Donenfeld
1
-1
/
+1
2022-07-16
efi/x86: use naked RET on mixed mode call wrapper
Thadeu Lima de Souza Cascardo
1
-1
/
+4
2022-07-16
x86/bugs: Remove apostrophe typo
Kim Phillips
1
-1
/
+1
2022-07-15
Revert "btrfs: turn delayed_nodes_tree into an XArray"
David Sterba
4
-44
/
+50
2022-07-15
Revert "btrfs: turn name_cache radix tree into XArray in send_ctx"
David Sterba
1
-18
/
+22
2022-07-15
Revert "btrfs: turn fs_info member buffer_radix into XArray"
David Sterba
4
-55
/
+97
2022-07-15
Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"
David Sterba
6
-139
/
+171
2022-07-15
KVM: emulate: do not adjust size of fastop and setcc subroutines
Paolo Bonzini
1
-10
/
+7
2022-07-15
printk: do not wait for consoles when suspended
John Ogness
1
-2
/
+11
2022-07-15
s390/ap: fix error handling in __verify_queue_reservations()
Tony Krowiak
1
-1
/
+1
2022-07-15
ubsan: disable UBSAN_DIV_ZERO for clang
Nick Desaulniers
1
-0
/
+3
2022-07-15
Revert "vf/remap: return the amount of bytes actually deduplicated"
Linus Torvalds
1
-1
/
+1
2022-07-14
x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
Nathan Chancellor
1
-1
/
+2
2022-07-14
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
1
-9
/
+11
2022-07-14
ACPI: video: Fix acpi_video_handles_brightness_key_presses()
Hans de Goede
1
-4
/
+7
2022-07-14
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
3
-7
/
+7
2022-07-14
nfp: flower: configure tunnel neighbour on cmsg rx
Tianyu Yuan
1
-5
/
+13
2022-07-14
net/tls: Check for errors in tls_device_init
Tariq Toukan
3
-5
/
+10
2022-07-14
MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
Tom Lendacky
1
-0
/
+1
2022-07-14
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
1
-0
/
+1
2022-07-14
amdgpu: disable powerpc support for the newer display engine
Linus Torvalds
1
-1
/
+1
2022-07-14
block: fix missing blkcg_bio_issue_init
Muchun Song
1
-0
/
+1
2022-07-14
KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
Vitaly Kuznetsov
1
-8
/
+10
2022-07-14
nvme: fix block device naming collision
Israel Rukshin
1
-3
/
+3
2022-07-14
nvme-pci: fix freeze accounting for error handling
Keith Busch
1
-2
/
+7
2022-07-14
selftests/net: test nexthop without gw
Nicolas Dichtel
2
-1
/
+120
2022-07-14
ip: fix dflt addr selection for connected nexthop
Nicolas Dichtel
1
-1
/
+1
2022-07-14
spi: cadence-quadspi: Remove spi_master_put() in probe failure path
Vaishnav Achath
1
-12
/
+7
2022-07-14
ARM: 9208/1: entry: add .ltorg directive to keep literals in range
Ard Biesheuvel
1
-0
/
+1
2022-07-14
ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails
Wang Kefeng
1
-6
/
+2
2022-07-14
Documentation: kvm: clarify histogram units
Paolo Bonzini
1
-4
/
+7
2022-07-14
kvm: stats: tell userspace which values are boolean
Paolo Bonzini
4
-2
/
+18
2022-07-14
x86/kvm: fix FASTOP_SIZE when return thunks are enabled
Thadeu Lima de Souza Cascardo
1
-4
/
+6
2022-07-14
KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
Vitaly Kuznetsov
1
-1
/
+0
[next]