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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-11
firmware: qemu config needs I/O ports
Arnd Bergmann
1
-0
/
+1
2016-02-11
firmware: qemu_fw_cfg.c: fix typo FW_CFG_DATA_OFF
Valentin Rothberg
1
-1
/
+1
2016-02-09
driver-core: platform: probe of-devices only using list of compatibles
Uwe Kleine-König
1
-2
/
+2
2016-02-09
driver-core: platform: fix typo in documentation for multi-driver helper
Uwe Kleine-König
1
-1
/
+1
2016-02-09
component: remove impossible condition
Sudip Mukherjee
1
-1
/
+1
2016-02-09
drivers: dma-coherent: simplify dma_init_coherent_memory return value
Michal Nazarewicz
1
-17
/
+11
2016-02-09
devicetree: update documentation for fw_cfg ARM bindings
Gabriel Somlo
1
-36
/
+2
2016-02-09
firmware: create directory hierarchy for sysfs fw_cfg entries
Gabriel Somlo
2
-3
/
+148
2016-02-09
firmware: introduce sysfs driver for QEMU's fw_cfg device
Gabriel Somlo
4
-0
/
+726
2016-02-09
kobject: export kset_find_obj() for module use
Gabriel Somlo
1
-0
/
+1
2016-02-09
driver core: bus: use to_subsys_private and to_device_private_bus
Geliang Tang
1
-3
/
+2
2016-02-09
driver core: bus: use list_for_each_entry*
Geliang Tang
1
-7
/
+3
2016-02-07
debugfs: Add stub function for debugfs_create_automount().
Jiaxing Wang
1
-0
/
+8
2016-02-07
kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[]
Tejun Heo
1
-5
/
+14
2016-02-07
Linux 4.5-rc3
Linus Torvalds
1
-1
/
+1
2016-02-07
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
33
-149
/
+230
2016-02-07
Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...
Linus Torvalds
2
-7
/
+2
2016-02-06
Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
15
-65
/
+131
2016-02-06
Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
14
-14
/
+32
2016-02-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
23
-126
/
+166
2016-02-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
6
-17
/
+75
2016-02-05
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
28
-252
/
+461
2016-02-05
Merge tag 'pm+acpi-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-23
/
+10
2016-02-05
epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
Jason Baron
1
-6
/
+32
2016-02-05
radix-tree: fix oops after radix_tree_iter_retry
Konstantin Khlebnikov
1
-3
/
+3
2016-02-05
MAINTAINERS: trim the file triggers for ABI/API
Michael Kerrisk (man-pages)
1
-2
/
+0
2016-02-05
dax: dirty inode only if required
Dmitry Monakhov
1
-1
/
+2
2016-02-05
thp: make deferred_split_scan() work again
Kirill A. Shutemov
1
-1
/
+1
2016-02-05
mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
Konstantin Khlebnikov
2
-44
/
+25
2016-02-05
ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup
xuejiufei
1
-0
/
+2
2016-02-05
um: asm/page.h: remove the pte_high member from struct pte_t
Nicolai Stange
1
-13
/
+10
2016-02-05
mm, hugetlb: don't require CMA for runtime gigantic pages
Vlastimil Babka
4
-7
/
+7
2016-02-05
mm/hugetlb: fix gigantic page initialization/allocation
Mike Kravetz
1
-2
/
+3
2016-02-05
mm: downgrade VM_BUG in isolate_lru_page() to warning
Kirill A. Shutemov
1
-1
/
+1
2016-02-05
mempolicy: do not try to queue pages from !vma_migratable()
Kirill A. Shutemov
1
-9
/
+5
2016-02-05
mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progress
Tetsuo Handa
1
-1
/
+1
2016-02-05
vmstat: make vmstat_update deferrable
Michal Hocko
1
-1
/
+1
2016-02-05
mm, vmstat: make quiet_vmstat lighter
Michal Hocko
1
-22
/
+46
2016-02-05
mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT
Vlastimil Babka
1
-4
/
+5
2016-02-05
memblock: don't mark memblock_phys_mem_size() as __init
David Gibson
1
-1
/
+1
2016-02-05
dump_stack: avoid potential deadlocks
Eric Dumazet
1
-3
/
+4
2016-02-05
mm: validate_mm browse_rb SMP race condition
Andrea Arcangeli
1
-2
/
+5
2016-02-05
m32r: fix build failure due to SMP and MMU
Sudip Mukherjee
1
-0
/
+1
2016-02-05
block: fix pfn_mkwrite() DAX fault handler
Ross Zwisler
1
-1
/
+7
2016-02-05
signals: avoid random wakeups in sigsuspend()
Sasha Levin
1
-2
/
+4
2016-02-06
Merge branches 'pm-core' and 'pm-domains'
Rafael J. Wysocki
3
-22
/
+9
2016-02-06
Merge branches 'pnp' and 'acpi-cppc'
Rafael J. Wysocki
1
-1
/
+0
2016-02-05
Merge tag 'media/v4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
16
-84
/
+155
2016-02-05
Merge tag 'sound-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
12
-179
/
+483
2016-02-05
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
4
-7
/
+9
[next]