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
2012-11-19
pidns: Wait in zap_pid_ns_processes until pid_ns->nr_hashed == 1
Eric W. Biederman
3
-26
/
+17
2012-11-19
pidns: Don't allow new processes in a dead pid namespace.
Eric W. Biederman
1
-1
/
+7
2012-11-19
pidns: Make the pidns proc mount/umount logic obvious.
Eric W. Biederman
3
-13
/
+24
2012-11-19
pidns: Use task_active_pid_ns where appropriate
Eric W. Biederman
7
-10
/
+10
2012-11-19
pidns: Capture the user namespace and filter ns_last_pid
Eric W. Biederman
3
-6
/
+14
2012-11-18
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
1
-1
/
+1
2012-11-18
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
1
-1
/
+1
2012-11-18
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
5
-70
/
+20
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-30
/
+38
2012-11-18
printk: Wake up klogd using irq_work
Frederic Weisbecker
3
-18
/
+21
2012-11-18
irq_work: Make self-IPIs optable
Frederic Weisbecker
1
-20
/
+27
2012-11-17
irq_work: Warn if there's still work on cpu_down
Steven Rostedt
1
-0
/
+3
2012-11-17
irq_work: Flush work on CPU_DYING
Steven Rostedt
1
-6
/
+45
2012-11-17
irq_work: Don't stop the tick with pending works
Frederic Weisbecker
2
-1
/
+13
2012-11-17
nohz: Add API to check tick state
Frederic Weisbecker
1
-1
/
+1
2012-11-16
Merge 3.7-rc6 into tty-next
Greg Kroah-Hartman
1
-19
/
+22
2012-11-16
sched: Mark RCU reader in sched_show_task()
Paul E. McKenney
1
-1
/
+5
2012-11-16
rcu: Separate accounting of callbacks from callback-free CPUs
Paul E. McKenney
3
-3
/
+5
2012-11-16
rcu: Add callback-free CPUs
Paul E. McKenney
4
-16
/
+498
2012-11-16
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...
Paul E. McKenney
12
-268
/
+417
2012-11-16
uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race
Oleg Nesterov
2
-3
/
+25
2012-11-15
tracing: Add a resize function to make one buffer equivalent to another buffer
Hiraku Toyooka
1
-27
/
+31
2012-11-15
ftrace: Clear bits properly in reset_iter_read()
Dan Carpenter
1
-1
/
+1
2012-11-15
PM / Hibernate: use rb_entry
Davidlohr Bueso
1
-1
/
+1
2012-11-15
PM / sysfs: replace strict_str* with kstrto*
Daniel Walter
2
-2
/
+2
2012-11-15
cpuidle: Quickly notice prediction failure for repeat mode
Youquan Song
1
-0
/
+4
2012-11-15
ACPI / processor: prevent cpu from becoming online
Yasuaki Ishimatsu
1
-3
/
+5
2012-11-14
Merge v3.7-rc5 into tty-next
Greg Kroah-Hartman
1
-11
/
+16
2012-11-14
kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callback
Fenghua Yu
1
-0
/
+5
2012-11-14
uprobes: Flush cache after xol write
Rabin Vincent
1
-0
/
+5
2012-11-14
irq_work: Fix racy check on work pending flag
Frederic Weisbecker
1
-5
/
+11
2012-11-14
irq_work: Fix racy IRQ_WORK_BUSY flag setting
Frederic Weisbecker
1
-1
/
+4
2012-11-14
Merge tag 'v3.7-rc5' into sched/core
Ingo Molnar
5
-48
/
+40
2012-11-13
rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle check
Paul E. McKenney
1
-1
/
+1
2012-11-13
rcu: Clarify memory-ordering properties of grace-period primitives
Paul E. McKenney
2
-4
/
+33
2012-11-13
rcu: Add new rcutorture module parameters to start/end test messages
Paul E. McKenney
1
-0
/
+4
2012-11-13
rcu: Fix batch-limit size problem
Eric Dumazet
1
-7
/
+8
2012-11-13
tracing: Show raw time stamp on stats per cpu using counter or tsc mode for t...
Yoshihiro YUNOMAE
1
-6
/
+17
2012-11-13
tracing: Format non-nanosec times from tsc clock without a decimal point.
David Sharp
3
-32
/
+65
2012-11-13
tracing,x86: Add a TSC trace_clock
David Sharp
1
-0
/
+1
2012-11-13
time: Kill xtime_lock, replacing it with jiffies_lock
John Stultz
5
-29
/
+22
2012-11-13
time/jiffies: Make clocksource_jiffies static
Lars-Peter Clausen
1
-1
/
+1
2012-11-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-19
/
+22
2012-11-12
genirq: Always force thread affinity
Thomas Gleixner
1
-2
/
+21
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-260
/
+236
2012-11-09
cgroup_freezer: implement proper hierarchy support
Tejun Heo
1
-38
/
+123
2012-11-09
cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state
Tejun Heo
1
-2
/
+40
2012-11-09
cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]
Tejun Heo
1
-8
/
+47
2012-11-09
cgroup_freezer: make freezer->state mask of flags
Tejun Heo
1
-33
/
+27
2012-11-09
cgroup_freezer: prepare freezer_change_state() for full hierarchy support
Tejun Heo
1
-18
/
+30
[prev]
[next]