index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
mm: don't panic when links can't be created in sysfs
Laurent Dufour
1
-12
/
+21
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
1
-1
/
+2
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-1
/
+3
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-49
/
+131
2020-10-14
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
21
-639
/
+652
2020-10-14
Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-0
/
+3
2020-10-14
Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-47
/
+44
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-10-13
drivers/base: make device_find_child_by_name() compatible with sysfs inputs
Dan Williams
1
-1
/
+1
2020-10-13
Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-30
/
+16
2020-10-13
Merge branches 'pm-core', 'pm-sleep', 'pm-pci' and 'pm-domains'
Rafael J. Wysocki
2
-38
/
+24
2020-10-13
Merge branch 'acpi-numa'
Rafael J. Wysocki
1
-0
/
+3
2020-10-12
Merge branch 'printk-rework' into for-linus
Petr Mladek
1
-30
/
+16
2020-10-08
cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()
Ionela Voinescu
1
-2
/
+2
2020-10-06
firmware_loader: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-0
/
+2
2020-10-06
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...
Rafael J. Wysocki
1
-6
/
+8
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-1
/
+1
2020-10-05
Merge remote-tracking branch 'regmap/for-5.10' into regmap-next
Mark Brown
8
-8
/
+902
2020-10-05
regmap: irq: Add support to clear ack registers
Laxminath Kasam
1
-1
/
+32
2020-10-05
firmware: Add request_partial_firmware_into_buf()
Scott Branden
2
-18
/
+87
2020-10-05
firmware: Store opt_flags in fw_priv
Kees Cook
5
-23
/
+25
2020-10-05
fs/kernel_file_read: Add "offset" arg for partial reads
Kees Cook
1
-1
/
+1
2020-10-05
firmware_loader: Use security_post_load_data()
Kees Cook
2
-5
/
+11
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
2
-2
/
+2
2020-10-05
fs/kernel_read_file: Add file_size output argument
Kees Cook
1
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove redundant size argument
Kees Cook
1
-4
/
+6
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
Kees Cook
1
-1
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-3
/
+2
2020-10-05
Merge back cpufreq material for 5.10.
Rafael J. Wysocki
1
-2
/
+11
2020-10-02
PM: domains: Allow to abort power off when no ->power_off() callback
Ulf Hansson
1
-17
/
+7
2020-10-02
PM: domains: Rename power state enums for genpd
Ulf Hansson
1
-17
/
+16
2020-10-02
ACPI: Support Generic Initiator only domains
Jonathan Cameron
1
-0
/
+3
2020-10-02
regmap: debugfs: use semicolons rather than commas to separate statements
Julia Lawall
1
-1
/
+1
2020-10-02
drivers core: node: Use a more typical macro definition style for ACCESS_ATTR
Joe Perches
1
-5
/
+5
2020-10-02
drivers core: Use sysfs_emit for shared_cpu_map_show and shared_cpu_list_show
Joe Perches
1
-9
/
+7
2020-10-02
mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit
Joe Perches
1
-1
/
+1
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
15
-267
/
+308
2020-10-02
drivers core: Reindent a couple uses around sysfs_emit
Joe Perches
2
-3
/
+3
2020-10-02
drivers core: Remove strcat uses around sysfs_emit and neaten
Joe Perches
4
-47
/
+58
2020-10-02
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
12
-101
/
+102
2020-09-28
Merge tag 'regmap-field-bulk-api' into regmap-5.10
Mark Brown
1
-0
/
+100
2020-09-28
regmap: add support to regmap_field_bulk_alloc/free apis
Srinivas Kandagatla
1
-0
/
+100
2020-09-28
Merge series "use semicolons rather than commas to separate statements" from ...
Mark Brown
1
-1
/
+1
2020-09-28
regmap: destroy mutex (if used) in regmap_exit()
Bartosz Golaszewski
1
-0
/
+2
2020-09-28
regmap: debugfs: use semicolons rather than commas to separate statements
Julia Lawall
1
-1
/
+1
2020-09-26
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
1
-30
/
+55
2020-09-25
Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-34
/
+56
2020-09-25
PM: runtime: Remove link state checks in rpm_get/put_supplier()
Xiang Chen
1
-4
/
+1
2020-09-25
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...
Christoph Hellwig
3
-12
/
+15
[next]