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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-04
arm64: mm: convert mm/dump.c to use walk_page_range()
Steven Price
1
-1
/
+1
2020-02-04
pinctrl: fix pxa2xx.c build warnings
Randy Dunlap
1
-0
/
+1
2020-02-04
drivers/block/null_blk_main.c: fix uninitialized var warnings
Andrew Morton
1
-1
/
+1
2020-02-04
drivers/block/null_blk_main.c: fix layout
Andrew Morton
1
-28
/
+28
2020-02-04
mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()
David Hildenbrand
1
-5
/
+4
2020-02-03
Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-02-03
Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-11
/
+18
2020-02-03
Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
31
-335
/
+1452
2020-02-03
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-77
/
+479
2020-02-02
Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...
Linus Torvalds
9
-92
/
+365
2020-02-02
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2
-348
/
+311
2020-02-01
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-263
/
+53
2020-01-31
Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
28
-427
/
+2359
2020-01-31
Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
184
-2023
/
+14434
2020-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
87
-3099
/
+3760
2020-01-31
Merge tag 'thermal-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2020-01-31
Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
11
-116
/
+133
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
30
-186
/
+120
2020-01-31
Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
11
-455
/
+907
2020-01-31
iio: adc: qcom-vadc-common: use <linux/units.h> helpers
Akinobu Mita
2
-4
/
+3
2020-01-31
thermal: armada: remove unused TO_MCELSIUS macro
Akinobu Mita
1
-2
/
+0
2020-01-31
iwlwifi: use <linux/units.h> helpers
Akinobu Mita
2
-7
/
+4
2020-01-31
iwlegacy: use <linux/units.h> helpers
Akinobu Mita
3
-12
/
+11
2020-01-31
nvme: hwmon: switch to use <linux/units.h> helpers
Akinobu Mita
1
-8
/
+5
2020-01-31
thermal: intel_pch: switch to use <linux/units.h> helpers
Akinobu Mita
1
-1
/
+2
2020-01-31
thermal: int340x: switch to use <linux/units.h> helpers
Akinobu Mita
1
-3
/
+4
2020-01-31
platform/x86: intel_menlow: switch to use <linux/units.h> helpers
Akinobu Mita
1
-3
/
+6
2020-01-31
platform/x86: asus-wmi: switch to use <linux/units.h> helpers
Akinobu Mita
1
-4
/
+3
2020-01-31
ACPI: thermal: switch to use <linux/units.h> helpers
Akinobu Mita
1
-16
/
+18
2020-01-31
drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...
Colin Ian King
1
-2
/
+1
2020-01-31
zram: try to avoid worst-case scenario on same element pages
Taejoon Song
1
-2
/
+5
2020-01-31
mm/memory_hotplug: pass in nid to online_pages()
David Hildenbrand
1
-3
/
+3
2020-01-31
mm: remove the memory isolate notifier
David Hildenbrand
1
-19
/
+0
2020-01-31
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
11
-18
/
+18
2020-01-31
vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
John Hubbard
1
-4
/
+3
2020-01-31
media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
John Hubbard
1
-7
/
+4
2020-01-31
drm/via: set FOLL_PIN via pin_user_pages_fast()
John Hubbard
1
-1
/
+1
2020-01-31
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
John Hubbard
8
-14
/
+13
2020-01-31
goldish_pipe: convert to pin_user_pages() and put_user_page()
John Hubbard
1
-14
/
+3
2020-01-31
media/v4l2-core: set pages dirty upon releasing DMA buffers
John Hubbard
1
-1
/
+4
2020-01-31
IB/umem: use get_user_pages_fast() to pin DMA pages
John Hubbard
1
-11
/
+6
2020-01-31
vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
John Hubbard
1
-25
/
+5
2020-01-31
goldish_pipe: rename local pin_user_pages() routine
John Hubbard
1
-9
/
+9
2020-01-31
mm: Cleanup __put_devmap_managed_page() vs ->page_free()
Dan Williams
1
-6
/
+0
2020-01-31
ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
Andy Shevchenko
1
-1
/
+0
2020-01-31
thermal: stm32: fix spelling mistake "preprare" -> "prepare"
Colin Ian King
1
-1
/
+1
2020-01-31
Merge branches 'pm-cpufreq' and 'pm-core'
Rafael J. Wysocki
11
-116
/
+133
2020-01-30
Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
24
-151
/
+274
2020-01-30
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-24
/
+44
2020-01-30
RDMA/core: Make the entire API tree static
Jason Gunthorpe
3
-23
/
+3
[next]