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
2009-08-18
sched: Separate out allocation/free/goto-hell from __build_sched_domains
Andreas Herrmann
1
-72
/
+99
2009-08-18
sched: Use structure to store local data in __build_sched_domains
Andreas Herrmann
1
-76
/
+89
2009-08-18
genirq: Wake up irq thread after action has been installed
Thomas Gleixner
1
-2
/
+8
2009-08-18
perf_counter: Fix the PARISC build
Ingo Molnar
1
-0
/
+4
2009-08-18
ftrace: Unify effect of writing to trace_options and option/*
Zhaolei
1
-10
/
+2
2009-08-17
trace_skb: fix build when CONFIG_NET is not enabled
Randy Dunlap
1
-0
/
+1
2009-08-17
timers: Drop write permission on /proc/timer_list
Amerigo Wang
1
-1
/
+1
2009-08-17
perf_counter: Check task on counter read IPI
Paul Mackerras
1
-0
/
+11
2009-08-17
ftrace: Simplify seqfile code
Li Zefan
1
-13
/
+2
2009-08-17
trace_stack: Simplify seqfile code
Li Zefan
1
-22
/
+12
2009-08-17
trace_stat: Fix missing entry in stat file
Li Zefan
1
-3
/
+7
2009-08-17
tracing/syscalls: Fix to print parameter types
Li Zefan
1
-16
/
+1
2009-08-17
tracing/events: Add module tracepoints
Li Zefan
2
-0
/
+15
2009-08-17
genirq: Support nested threaded irq handling
Thomas Gleixner
2
-3
/
+98
2009-08-17
genirq: Add buslock support
Thomas Gleixner
3
-1
/
+33
2009-08-17
genirq: Add oneshot support
Thomas Gleixner
2
-7
/
+56
2009-08-17
lockdep: Simplify lock_stat seqfile code
Li Zefan
1
-22
/
+7
2009-08-17
lockdep: Simplify lockdep_chains seqfile code
Li Zefan
1
-30
/
+7
2009-08-17
lockdep: Simplify lockdep seqfile code
Li Zefan
1
-41
/
+5
2009-08-17
lockdep: Fix missing entries in /proc/lock_chains
Li Zefan
1
-4
/
+4
2009-08-17
lockdep: Fix missing entry in /proc/lock_stat
Li Zefan
1
-1
/
+1
2009-08-17
Security/SELinux: seperate lsm specific mmap_min_addr
Eric Paris
1
-3
/
+4
2009-08-16
futex: Detect mismatched requeue targets
Darren Hart
1
-4
/
+20
2009-08-15
rcu: Fix typo in rcu_irq_exit() comment header
Josh Triplett
1
-1
/
+1
2009-08-15
rcu: Make rcupreempt_trace.c look at offline CPUs
Paul E. McKenney
1
-2
/
+3
2009-08-15
rcu: Make preemptable RCU scan all CPUs when summing RCU counters
Paul E. McKenney
1
-7
/
+1
2009-08-15
rcu: Simplify RCU CPU-hotplug notification
Paul E. McKenney
3
-36
/
+22
2009-08-15
rcu: Split hierarchical RCU initialization into boot-time and CPU-online pieces
Paul E. McKenney
1
-20
/
+33
2009-08-15
Merge commit 'v2.6.31-rc6' into core/rcu
Ingo Molnar
63
-1340
/
+2244
2009-08-15
clocksource: Call clocksource_change_rating() outside of watchdog_lock
Thomas Gleixner
1
-2
/
+9
2009-08-15
timekeeping: Introduce read_boot_clock
Martin Schwidefsky
1
-2
/
+22
2009-08-15
timekeeping: Increase granularity of read_persistent_clock()
Martin Schwidefsky
1
-23
/
+29
2009-08-15
timekeeping: Update clocksource with stop_machine
Martin Schwidefsky
2
-83
/
+70
2009-08-15
timekeeping: Add timekeeper read_clock helper functions
Martin Schwidefsky
1
-53
/
+38
2009-08-15
timekeeping: Move NTP adjusted clock multiplier to struct timekeeper
Martin Schwidefsky
1
-29
/
+24
2009-08-15
timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper
Martin Schwidefsky
1
-14
/
+19
2009-08-15
timekeeping: Introduce struct timekeeper
Martin Schwidefsky
2
-81
/
+160
2009-08-15
clocksource: Move watchdog downgrade to a work queue thread
Martin Schwidefsky
1
-17
/
+39
2009-08-15
clocksource: Refactor clocksource watchdog
Martin Schwidefsky
1
-28
/
+69
2009-08-15
clocksource: Simplify clocksource watchdog resume logic
Martin Schwidefsky
1
-8
/
+15
2009-08-15
clocksource: Delay clocksource watchdog highres enablement
Martin Schwidefsky
1
-25
/
+22
2009-08-15
clocksource: Cleanup clocksource selection
Martin Schwidefsky
3
-86
/
+58
2009-08-15
timekeeping: Move reset of cycle_last for tsc clocksource to tsc
Martin Schwidefsky
1
-1
/
+0
2009-08-15
timekeeping: Remove clocksource inline functions
Martin Schwidefsky
1
-13
/
+28
2009-08-15
timekeeping: Introduce timekeeping_leap_insert
John Stultz
2
-5
/
+9
2009-08-14
Merge branch 'linus' into timers/core
Thomas Gleixner
53
-606
/
+1140
2009-08-14
Merge branch 'percpu-for-linus' into percpu-for-next
Tejun Heo
54
-609
/
+1143
2009-08-14
security: introducing security_request_module
Eric Paris
1
-0
/
+4
2009-08-13
net: skb ftracer - Add actual ftrace code to kernel (v3)
Neil Horman
3
-0
/
+174
2009-08-13
net: skb ftracer - Add config option to enable new ftracer (v3)
Neil Horman
1
-0
/
+10
[prev]
[next]