index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
ARM: mmp: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2
-2
/
+2
2020-05-15
ARM: mediatek: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2020-05-15
ARM/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2020-05-15
clk: versatile: Drop the legacy IM-PD1 clock code
Rob Herring
2
-123
/
+0
2020-05-13
ARM: vexpress: Don't select VEXPRESS_CONFIG
Rob Herring
1
-1
/
+0
2020-05-13
bus: vexpress-config: Support building as module
Rob Herring
2
-7
/
+5
2020-05-13
vexpress: Move setting master site to vexpress-config bus
Rob Herring
3
-37
/
+34
2020-05-13
bus: vexpress-config: simplify config bus probing
Rob Herring
1
-97
/
+21
2020-05-13
bus: vexpress-config: Merge vexpress-syscfg into vexpress-config
Rob Herring
6
-317
/
+274
2020-05-13
mfd: vexpress-sysreg: Support building as a module
Rob Herring
2
-12
/
+5
2020-05-13
mfd: vexpress-sysreg: Use devres API variants
Rob Herring
1
-2
/
+2
2020-05-13
mfd: vexpress-sysreg: Drop unused syscon child devices
Rob Herring
1
-36
/
+0
2020-05-13
mfd: vexpress-sysreg: Drop selecting CONFIG_CLKSRC_MMIO
Rob Herring
1
-2
/
+1
2020-05-13
clk: vexpress-osc: Support building as a module
Rob Herring
2
-7
/
+5
2020-05-12
ARM: OMAP2+: pm33xx-core: Make am43xx_get_rtc_base_addr static
Samuel Zou
1
-1
/
+1
2020-05-12
ARM: omap2: make omap5_erratum_workaround_801819 static
Ma Feng
1
-1
/
+1
2020-05-11
MAINTAINERS: Update Raspberry Pi development repository
Nicolas Saenz Julienne
1
-1
/
+1
2020-05-07
ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
Geert Uytterhoeven
1
-1
/
+0
2020-05-06
ARM: mm: Remove virtual address print from B15 RAC driver
Florian Fainelli
1
-2
/
+1
2020-05-06
ARM: tegra: Create tegra20-cpufreq platform device on Tegra30
Dmitry Osipenko
1
-0
/
+4
2020-05-06
ARM: tegra: Don't enable PLLX while resuming from LP1 on Tegra30
Dmitry Osipenko
1
-2
/
+7
2020-05-06
ARM: tegra: Switch CPU to PLLP on resume from LP1 on Tegra30/114/124
Dmitry Osipenko
1
-5
/
+2
2020-05-06
ARM: tegra: Correct PL310 Auxiliary Control Register initialization
Dmitry Osipenko
1
-2
/
+2
2020-05-06
ARM: tegra: Do not fully reinitialize L2 on resume
Dmitry Osipenko
1
-0
/
+4
2020-05-06
ARM: tegra: Initialize r0 register for firmware wake-up
Dmitry Osipenko
1
-1
/
+6
2020-05-06
firmware: tf: Different way of L2 cache enabling after LP2 suspend
Dmitry Osipenko
2
-2
/
+20
2020-05-05
clk: vexpress-osc: Use the devres clock API variants
Rob Herring
1
-5
/
+5
2020-05-05
clk: versatile: Only enable SP810 on 32-bit by default
Rob Herring
1
-1
/
+1
2020-05-05
clk: versatile: Rework kconfig structure
Rob Herring
7
-16
/
+13
2020-05-05
amba: Retry adding deferred devices at late_initcall
Rob Herring
1
-3
/
+11
2020-05-05
arm64: vexpress: Don't select CONFIG_POWER_RESET_VEXPRESS
Rob Herring
1
-2
/
+0
2020-05-05
ARM: vexpress: Move vexpress_flags_set() into arch code
Rob Herring
6
-24
/
+25
2020-05-04
ARM: debug-ll: Add support for r8a7742
Lad Prabhakar
1
-0
/
+10
2020-05-03
Linux 5.7-rc4
v5.7-rc4
Linus Torvalds
1
-1
/
+1
2020-05-03
MAINTAINERS: btrfs: fix git repo URL
Eric Biggers
1
-1
/
+1
2020-05-01
io_uring: punt splice async because of inode mutex
Pavel Begunkov
1
-14
/
+2
2020-05-01
io_uring: check non-sync defer_list carefully
Pavel Begunkov
1
-1
/
+1
2020-05-01
io_uring: fix extra put in sync_file_range()
Pavel Begunkov
1
-1
/
+1
2020-05-01
iommu/qcom: Fix local_base status check
Tang Bin
1
-1
/
+4
2020-05-01
iommu: Properly export iommu_group_get_for_dev()
Greg Kroah-Hartman
1
-1
/
+1
2020-05-01
iommu/vt-d: Use right Kconfig option name
Lu Baolu
1
-2
/
+2
2020-05-01
iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
Suravee Suthikulpanit
1
-1
/
+1
2020-05-01
io_uring: use cond_resched() in io_ring_ctx_wait_and_kill()
Xiaoguang Wang
1
-1
/
+1
2020-05-01
io_uring: use proper references for fallback_req locking
Bijan Mottahedeh
1
-2
/
+2
2020-05-01
io_uring: only force async punt if poll based retry can't handle it
Jens Axboe
1
-2
/
+4
2020-05-01
io_uring: enable poll retry for any file with ->read_iter / ->write_iter
Jens Axboe
1
-7
/
+13
2020-04-30
selinux: properly handle multiple messages in selinux_netlink_send()
Paul Moore
1
-25
/
+45
2020-04-30
NFS: Fix a race in __nfs_list_for_each_server()
Trond Myklebust
1
-1
/
+1
2020-04-30
arm64: vdso: Add -fasynchronous-unwind-tables to cflags
Vincenzo Frascino
1
-1
/
+1
2020-04-30
block: remove the bd_openers checks in blk_drop_partitions
Christoph Hellwig
1
-1
/
+1
[next]