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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-30
x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search
Toshi Kani
1
-4
/
+4
2016-01-30
resource: Add walk_iomem_res_desc()
Toshi Kani
1
-10
/
+56
2016-01-30
memremap: Change region_intersects() to take @flags and @desc
Toshi Kani
2
-17
/
+22
2016-01-30
resource: Change walk_system_ram() to use System RAM type
Toshi Kani
1
-13
/
+13
2016-01-30
kexec: Set IORESOURCE_SYSTEM_RAM for System RAM
Toshi Kani
2
-4
/
+6
2016-01-30
resource: Add I/O resource descriptor
Toshi Kani
1
-0
/
+5
2016-01-30
resource: Handle resource flags properly
Toshi Kani
1
-3
/
+4
2016-01-30
pid: Fix spelling in comments
Zhen Lei
1
-1
/
+1
2016-01-29
devm_memremap_pages: fix vmem_altmap lifetime + alignment handling
Dan Williams
1
-7
/
+11
2016-01-29
Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2016-01-29
Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
2
-2
/
+2
2016-01-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-11
/
+11
2016-01-29
workqueue: skip flush dependency checks for legacy workqueues
Tejun Heo
1
-1
/
+2
2016-01-29
tracing/stacktrace: Show entire trace if passed in function not found
Steven Rostedt
1
-0
/
+7
2016-01-29
perf: Remove/simplify lockdep annotation
Peter Zijlstra
1
-21
/
+1
2016-01-29
perf: Synchronously clean up child events
Peter Zijlstra
1
-90
/
+84
2016-01-29
perf: Untangle 'owner' confusion
Peter Zijlstra
1
-2
/
+12
2016-01-29
perf: Add flags argument to perf_remove_from_context()
Peter Zijlstra
1
-11
/
+12
2016-01-29
perf: Clean up sync_child_event()
Peter Zijlstra
1
-42
/
+39
2016-01-29
perf: Robustify event->owner usage and SMP ordering
Peter Zijlstra
1
-10
/
+10
2016-01-29
perf: Fix STATE_EXIT usage
Peter Zijlstra
1
-2
/
+4
2016-01-29
perf: Update locking order
Peter Zijlstra
1
-1
/
+1
2016-01-29
perf: Remove __free_event()
Peter Zijlstra
1
-25
/
+20
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
3
-25
/
+31
2016-01-29
perf: Fix NULL deref
Peter Zijlstra
1
-2
/
+2
2016-01-28
Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+1
2016-01-28
perf: Fix race in perf_event_exit_task_context()
Peter Zijlstra
1
-21
/
+29
2016-01-28
perf: Fix orphan hole
Peter Zijlstra
1
-2
/
+2
2016-01-27
tty: audit: Handle tty audit enable atomically
Peter Hurley
1
-13
/
+12
2016-01-27
tty: audit: Combine push functions
Peter Hurley
1
-1
/
+1
2016-01-28
Merge tag 'seccomp-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
James Morris
1
-11
/
+11
2016-01-27
PM: APM_EMULATION does not depend on PM
Arnd Bergmann
1
-1
/
+1
2016-01-27
seccomp: always propagate NO_NEW_PRIVS on tsync
Jann Horn
1
-11
/
+11
2016-01-27
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
Wanpeng Li
1
-2
/
+2
2016-01-27
clocksource: Allow unregistering the watchdog
Vitaly Kuznetsov
1
-10
/
+42
2016-01-27
hrtimer: Catch illegal clockids
Marc Zyngier
1
-1
/
+6
2016-01-27
hrtimer: Add support for CLOCK_MONOTONIC_RAW
Marc Zyngier
1
-1
/
+10
2016-01-26
tick/sched: Hide unused oneshot timer code
Arnd Bergmann
1
-5
/
+7
2016-01-26
irqdomain: Allow domain lookup with DOMAIN_BUS_WIRED token
Marc Zyngier
1
-3
/
+8
2016-01-26
rtmutex: Make wait_lock irq safe
Thomas Gleixner
2
-72
/
+81
2016-01-25
audit: log failed attempts to change audit_pid configuration
Richard Guy Briggs
1
-2
/
+6
2016-01-25
audit: stop an old auditd being starved out by a new auditd
Richard Guy Briggs
1
-1
/
+15
2016-01-22
wrappers for ->i_mutex access
Al Viro
5
-8
/
+8
2016-01-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+14
2016-01-22
cgroup: make sure a parent css isn't freed before its children
Tejun Heo
1
-3
/
+4
2016-01-22
cgroup: make sure a parent css isn't offlined before its children
Tejun Heo
1
-5
/
+17
2016-01-22
cpuset: make mm migration asynchronous
Tejun Heo
2
-22
/
+51
2016-01-22
sched/numa: Fix use-after-free bug in the task_numa_compare
Gavin Guo
1
-7
/
+23
2016-01-22
ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
John Stultz
1
-2
/
+12
2016-01-22
cpuidle: fix fallback mechanism for suspend to idle in absence of enter_freeze
Sudeep Holla
1
-1
/
+1
[prev]
[next]