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
2013-04-11
Audit: do not print error when LSMs disabled
Eric Paris
1
-6
/
+8
2013-04-11
audit: use data= not msg= for AUDIT_USER_TTY messages
Eric Paris
1
-1
/
+1
2013-04-11
timekeeping: Make sure to notify hrtimers when TAI offset changes
John Stultz
1
-3
/
+7
2013-04-11
MODSIGN: do not send garbage to stderr when enabling modules signature
David Cohen
1
-1
/
+1
2013-04-10
Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2013-04-10
auditsc: remove audit_set_context() altogether - fold it into its caller
Andrew Morton
1
-8
/
+2
2013-04-10
auditsc: Use kzalloc instead of kmalloc+memset.
Rakib Mullick
1
-4
/
+4
2013-04-10
perf: make perf_event cgroup hierarchical
Tejun Heo
1
-8
/
+16
2013-04-10
cgroup: implement cgroup_is_descendant()
Li Zefan
1
-0
/
+20
2013-04-10
cgroup: make sure parent won't be destroyed before its children
Li Zefan
1
-0
/
+10
2013-04-10
cgroup: remove bind() method from cgroup_subsys.
Rami Rosen
1
-4
/
+0
2013-04-10
kernel: audit: beautify code, for extern function, better to check its parame...
Chen Gang
1
-3
/
+6
2013-04-10
audit: destroy long filenames correctly
Dmitry Monakhov
1
-3
/
+3
2013-04-10
sched/cpuacct/UML: Fix header file dependency bug on the UML build
Ingo Molnar
1
-0
/
+1
2013-04-10
locking/rtmutex/tester: Set correct permissions on sysfs files
Sasha Levin
1
-2
/
+3
2013-04-10
cgroup: Kill subsys.active flag
Li Zefan
1
-3
/
+0
2013-04-10
sched/cpuacct: No need to check subsys active state
Li Zefan
1
-6
/
+0
2013-04-10
sched/cpuacct: Initialize cpuacct subsystem earlier
Li Zefan
1
-5
/
+6
2013-04-10
sched/cpuacct: Initialize root cpuacct earlier
Li Zefan
3
-14
/
+4
2013-04-10
sched/cpuacct: Allocate per_cpu cpuusage for root cpuacct statically
Li Zefan
1
-2
/
+2
2013-04-10
sched/cpuacct: Clean up cpuacct.h
Li Zefan
2
-47
/
+43
2013-04-10
sched/cpuacct: Remove redundant NULL checks in cpuacct_acount_field()
Li Zefan
2
-2
/
+7
2013-04-10
sched/cpuacct: Remove redundant NULL checks in cpuacct_charge()
Li Zefan
2
-2
/
+6
2013-04-10
sched/cpuacct: Add cpuacct_acount_field()
Li Zefan
3
-17
/
+30
2013-04-10
sched/cpuacct: Add cpuacct_init()
Li Zefan
3
-6
/
+14
2013-04-10
sched: Split cpuacct code out of sched.h
Li Zefan
2
-47
/
+53
2013-04-10
sched: Split cpuacct code out of core.c
Li Zefan
3
-220
/
+228
2013-04-10
sched: Fix comment in rebalance_domains()
Libin
1
-1
/
+1
2013-04-10
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
4
-469
/
+435
2013-04-10
sched: Simplify can_migrate_task()
Zhang Hang
1
-7
/
+4
2013-04-09
tracing: Fix off-by-one on allocating stat->pages
Namhyung Kim
1
-1
/
+1
2013-04-09
tracing: Fix double free when function profile init failed
Namhyung Kim
1
-1
/
+0
2013-04-09
workqueue: use kmem_cache_free() instead of kfree()
Wei Yongjun
1
-1
/
+1
2013-04-09
create_proc_cpu_mask() doesn't need an argument...
Al Viro
1
-2
/
+2
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-7
/
+7
2013-04-09
get rid of the last free_pipe_info() callers
Al Viro
1
-1
/
+1
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
1
-0
/
+2
2013-04-09
kernel: tracing: Use strlcpy instead of strncpy
Chen Gang
2
-4
/
+4
2013-04-08
Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-9
/
+9
2013-04-08
hrtimer: Fix ktime_add_ns() overflow on 32bit architectures
David Engraf
1
-0
/
+4
2013-04-08
hrtimer: Add expiry time overflow check in hrtimer_interrupt
Prarit Bhargava
1
-0
/
+2
2013-04-08
audit: move kaudit thread start from auditd registration to kaudit init
Richard Guy Briggs
1
-10
/
+4
2013-04-08
audit: flatten kauditd_thread wait queue code
Richard Guy Briggs
1
-13
/
+13
2013-04-08
audit: refactor hold queue flush
Richard Guy Briggs
1
-22
/
+40
2013-04-08
audit: improve GID/EGID comparation logic
Matvejchikov Ilya
1
-0
/
+14
2013-04-08
PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()
Huacai Chen
1
-1
/
+2
2013-04-08
ftrace: Do not call stub functions in control loop
Steven Rostedt (Red Hat)
1
-2
/
+3
2013-04-08
ftrace: Consistently restore trace function on sysctl enabling
Jan Kiszka
1
-6
/
+2
2013-04-08
tracing: Fix race with update_max_tr_single and changing tracers
Steven Rostedt (Red Hat)
1
-1
/
+4
2013-04-08
sched/cputime: Fix accounting on multi-threaded processes
Stanislaw Gruszka
1
-1
/
+1
[prev]
[next]