index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-19
x86/mmiotrace: Lock down the testmmiotrace module
David Howells
1
-0
/
+1
2019-08-19
lockdown: Lock down module params that specify hardware parameters (eg. ioport)
David Howells
1
-0
/
+1
2019-08-19
lockdown: Lock down TIOCSSERIAL
David Howells
1
-0
/
+1
2019-08-19
lockdown: Prohibit PCMCIA CIS storage when the kernel is locked down
David Howells
1
-0
/
+1
2019-08-19
acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
Josh Boyer
1
-0
/
+6
2019-08-19
ACPI: Limit access to custom_method when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
x86/msr: Restrict MSR access when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
x86: Lock down IO port access when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
PCI: Lock down BAR access when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
hibernate: Disable when the kernel is locked down
Josh Boyer
1
-0
/
+1
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
1
-2
/
+2
2019-08-19
kexec_load: Disable at runtime if the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
lockdown: Enforce module signatures if the kernel is locked down
David Howells
1
-0
/
+1
2019-08-19
security: Add a static lockdown policy LSM
Matthew Garrett
1
-0
/
+3
2019-08-19
security: Add a "locked down" LSM hook
Matthew Garrett
2
-0
/
+39
2019-08-19
security: Support early LSMs
Matthew Garrett
2
-0
/
+12
2019-08-19
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+14
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+5
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
16
-29
/
+76
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-5
/
+15
2019-08-19
keys: Fix description size
David Howells
1
-4
/
+4
2019-08-19
media: lib/sort.c: implement sort() variant taking context argument
Rasmus Villemoes
1
-0
/
+5
2019-08-19
notify: export symbols for use by the knfsd file cache
Trond Myklebust
1
-0
/
+2
2019-08-19
locks: create a new notifier chain for lease attempts
Jeff Layton
1
-0
/
+5
2019-08-19
sunrpc: add a new cache_detail operation for when a cache is flushed
Jeff Layton
1
-0
/
+1
2019-08-19
svcrdma: Use llist for managing cache of recv_ctxts
Chuck Lever
1
-2
/
+3
2019-08-19
svcrdma: Remove svc_rdma_wq
Chuck Lever
1
-1
/
+0
2019-08-19
block: remove struct request_queue queue_head
Junxiao Bi
1
-4
/
+0
2019-08-19
genirq: Force interrupt threading on RT
Thomas Gleixner
1
-0
/
+4
2019-08-19
netfilter: add include guard to nf_conntrack_h323_types.h
Masahiro Yamada
1
-0
/
+5
2019-08-19
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-1
/
+14
2019-08-19
Merge 5.3-rc5 into usb-next
Greg Kroah-Hartman
9
-18
/
+51
2019-08-19
Merge 5.3-rc5 into staging-next
Greg Kroah-Hartman
9
-18
/
+51
2019-08-19
Merge 5.3-rc5 into char-misc-next
Greg Kroah-Hartman
9
-18
/
+51
2019-08-18
Merge tag 'usb-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-1
/
+4
2019-08-17
Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+1
2019-08-17
bpf: export bpf_map_inc_not_zero
Stanislav Fomichev
1
-0
/
+2
2019-08-17
xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
Magnus Karlsson
1
-2
/
+12
2019-08-17
net: phy: remove genphy_config_init
Heiner Kallweit
1
-1
/
+0
2019-08-17
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
1
-5
/
+19
2019-08-17
dma-fence: Shrink size of struct dma_fence
Chris Wilson
1
-3
/
+3
2019-08-16
drivers: remove the SGI SN2 IOC4 base support
Christoph Hellwig
2
-185
/
+0
2019-08-16
clk: Overwrite clk_hw::init with NULL during clk_register()
Stephen Boyd
1
-1
/
+2
2019-08-16
Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+2
2019-08-16
mm/mmu_notifiers: add a get/put scheme for the registration
Jason Gunthorpe
1
-0
/
+35
2019-08-16
PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
Logan Gunthorpe
1
-0
/
+13
2019-08-16
PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
Logan Gunthorpe
1
-4
/
+11
2019-08-16
PCI/P2PDMA: Introduce private pagemap structure
Logan Gunthorpe
1
-1
/
+0
2019-08-16
dma-buf: Restore seqlock around dma_resv updates
Chris Wilson
1
-65
/
+48
[prev]
[next]