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
2011-03-05
BKL: That's all, folks
Arnd Bergmann
1
-8
/
+1
2011-03-04
cpuset: add a missing unlock in cpuset_write_resmask()
Li Zefan
1
-2
/
+5
2011-03-04
Mark ptrace_{traceme,attach,detach} static
Linus Torvalds
1
-3
/
+3
2011-03-04
rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT.
Paul E. McKenney
1
-0
/
+5
2011-03-04
rcupdate: remove dead code
Amerigo Wang
1
-5
/
+0
2011-03-04
rcutorture: Get rid of duplicate sched.h include
Jesper Juhl
1
-1
/
+0
2011-03-04
rcu: call __rcu_read_unlock() in exit_rcu for tiny RCU
Lai Jiangshan
1
-1
/
+1
2011-03-04
perf: Fix cgroup vs jump_label problem
Peter Zijlstra
1
-13
/
+13
2011-03-04
perf cgroup: Clean up perf_cgroup_create()
Li Zefan
1
-10
/
+1
2011-03-04
perf cgroup: Fix unmatched call to perf_detach_cgroup()
Li Zefan
1
-3
/
+3
2011-03-04
perf cgroup: Fix leak of file reference count
Li Zefan
1
-2
/
+5
2011-03-04
perf: Fix the missing event initialization when pmu is found in idr
Lin Ming
1
-2
/
+7
2011-03-04
sched: Resched proper CPU on yield_to()
Venkatesh Pallipadi
2
-5
/
+8
2011-03-04
sched: Allow users with sufficient RLIMIT_NICE to change from SCHED_IDLE policy
Darren Hart
1
-4
/
+7
2011-03-04
sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks
Darren Hart
1
-5
/
+7
2011-03-04
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
10
-29
/
+60
2011-03-04
sched: Fix sched rt group scheduling when hierachy is enabled
Balbir Singh
1
-5
/
+9
2011-03-04
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
8
-25
/
+48
2011-03-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-24
/
+51
2011-03-03
netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms
Patrick McHardy
2
-6
/
+10
2011-03-03
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
1
-16
/
+0
2011-03-03
Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...
Frederic Weisbecker
2
-169
/
+754
2011-03-02
hrtimer: Update base[CLOCK_BOOTTIME].offset correctly
Thomas Gleixner
1
-0
/
+2
2011-03-02
genirq: Fixup fasteoi handler for oneshot mode
Thomas Gleixner
1
-0
/
+4
2011-02-26
genirq: Provide forced interrupt threading
Thomas Gleixner
4
-6
/
+82
2011-02-26
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
3
-1
/
+18
2011-02-26
sched: Clean up the IRQ_TIME_ACCOUNTING code
Venkatesh Pallipadi
1
-33
/
+31
2011-02-25
sched: Switch wait_task_inactive to schedule_hrtimeout()
Thomas Gleixner
1
-1
/
+4
2011-02-25
genirq: Allow shared oneshot interrupts
Thomas Gleixner
1
-6
/
+4
2011-02-25
genirq: Prepare the handling of shared oneshot interrupts
Thomas Gleixner
2
-19
/
+111
2011-02-25
genirq: Make warning in handle_percpu_event useful
Thomas Gleixner
1
-1
/
+2
2011-02-25
sched: Add #ifdef around irq time accounting functions
Heiko Carstens
1
-0
/
+2
2011-02-23
perf: Simplify task_clock_event_read()
Peter Zijlstra
1
-10
/
+3
2011-02-23
perf_events: Fix rcu and locking issues with cgroup support
Stephane Eranian
1
-11
/
+29
2011-02-23
sched, autogroup: Stop claiming ownership of the root task group
Mike Galbraith
1
-5
/
+6
2011-02-23
sched, autogroup: Stop going ahead if autogroup is disabled
Yong Zhang
2
-0
/
+9
2011-02-23
sched, autogroup, sysctl: Use proc_dointvec_minmax() instead
Yong Zhang
1
-1
/
+1
2011-02-23
sched: Fix the group_imb logic
Peter Zijlstra
1
-2
/
+10
2011-02-23
sched: Clean up some f_b_g() comments
Peter Zijlstra
1
-15
/
+13
2011-02-23
sched: Clean up remnants of sd_idle
Peter Zijlstra
1
-13
/
+10
2011-02-23
Merge commit 'v2.6.38-rc6' into sched/core
Ingo Molnar
4
-22
/
+30
2011-02-22
genirq: Streamline kernel/irq/Kconfig
Jan Beulich
1
-10
/
+10
2011-02-22
rtmutex: tester: Remove the remaining BKL leftovers
Thomas Gleixner
1
-3
/
+2
2011-02-22
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-3
/
+18
2011-02-22
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+15
2011-02-22
genirq: Use the correct variable for note_interrupt
Thomas Gleixner
1
-7
/
+9
2011-02-21
timers: Export CLOCK_BOOTTIME via the posix timers interface
John Stultz
1
-1
/
+20
2011-02-21
timers: Add CLOCK_BOOTTIME hrtimer base
John Stultz
1
-4
/
+12
2011-02-21
time: Extend get_xtime_and_monotonic_offset() to also return sleep
John Stultz
2
-6
/
+11
2011-02-21
time: Introduce get_monotonic_boottime and ktime_get_boottime
John Stultz
1
-1
/
+50
[prev]
[next]