index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
Kconfig
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-6
/
+5
2012-05-31
kconfig: update compression algorithm info
Randy Dunlap
1
-6
/
+5
2012-05-30
Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2012-05-24
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2012-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-1
/
+129
2012-05-23
Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2012-05-22
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-13
/
+1
2012-05-21
timers: Fixup the Kconfig consolidation fallout
Thomas Gleixner
1
-0
/
+1
2012-05-15
userns: Convert the move_pages, and migrate_pages permission checks to use uid_eq
Eric W. Biederman
1
-2
/
+0
2012-05-15
userns: Convert cgroup permission checks to use uid_eq
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert tmpfs to use kuid and kgid where appropriate
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert sysfs to use kgid/kuid where appropriate
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert sysctl permission checks to use kuid and kgids.
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert proc to use kuid/kgid where appropriate
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert ext4 to user kuid/kgid where appropriate
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert ext3 to use kuid/kgid where appropriate
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert ext2 to use kuid/kgid where appropriate.
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert devpts to use kuid/kgid where appropriate
Eric W. Biederman
1
-1
/
+0
2012-05-15
userns: Convert binary formats to use kuid/kgid where appropriate
Eric W. Biederman
1
-2
/
+0
2012-05-15
userns: Add negative depends on entries to avoid building code that is userns unsafe
Eric W. Biederman
1
-0
/
+131
2012-05-01
Merge tag 'v3.4-rc5' into for-3.5/core
Jens Axboe
1
-2
/
+2
2012-04-26
perf: Remove PERF_COUNTERS config option
Robert Richter
1
-13
/
+1
2012-04-24
rcu: Reduce cache-miss initialization latencies for large systems
Paul E. McKenney
1
-0
/
+27
2012-04-24
rcu: Clarify help text for RCU_BOOST_PRIO
Paul E. McKenney
1
-4
/
+19
2012-04-19
kbuild/extable: Hook up sortextable into the build system.
David Daney
1
-0
/
+3
2012-04-07
userns: Add a Kconfig option to enforce strict kuid and kgid type checks
Eric W. Biederman
1
-1
/
+11
2012-04-01
Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged
Tejun Heo
1
-9
/
+0
2012-03-29
documentation: remove references to cpu_*_map.
Rusty Russell
1
-2
/
+2
2012-03-06
blkcg: make CONFIG_BLK_CGROUP bool
Tejun Heo
1
-1
/
+1
2012-02-21
rcu: Move RCU_TRACE to lib/Kconfig.debug
Paul E. McKenney
1
-9
/
+0
2012-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit
Linus Torvalds
1
-1
/
+15
2012-01-17
Kernel: Audit Support For The ARM Platform
Nathaniel Husted
1
-1
/
+1
2012-01-17
audit: only allow tasks to set their loginuid if it is -1
Eric Paris
1
-0
/
+14
2012-01-12
c/r: introduce CHECKPOINT_RESTORE symbol
Cyrill Gorcunov
1
-0
/
+11
2012-01-11
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+0
2012-01-10
sched: Fix CONFIG_CGROUP_SCHED dependency
Fabio Estevam
1
-1
/
+0
2012-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+11
2011-12-12
Basic kernel memory functionality for the Memory Controller
Glauber Costa
1
-0
/
+11
2011-12-11
rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU
Paul E. McKenney
1
-5
/
+5
2011-11-02
sysctl: make CONFIG_SYSCTL_SYSCALL default to n
WANG Cong
1
-2
/
+2
2011-10-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+12
2011-09-28
rcu: Drive configuration directly from SMP and PREEMPT
Paul E. McKenney
1
-3
/
+3
2011-08-14
sched: Introduce primitives to account for CFS bandwidth tracking
Paul Turner
1
-0
/
+12
2011-07-25
mm: remove the leftovers of noswapaccount
WANG Cong
1
-2
/
+2
2011-07-23
Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-0
/
+2
2011-07-22
Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
1
-1
/
+6
2011-06-15
gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL
Josh Triplett
1
-1
/
+0
2011-06-15
uts: make default hostname configurable, rather than always using "(none)"
Josh Triplett
1
-0
/
+9
2011-06-09
pcspkr: Cleanup Kconfig dependencies
Ralf Baechle
1
-1
/
+5
2011-06-09
i8253: Consolidate all kernel definitions of i8253_lock
Ralf Baechle
1
-0
/
+1
[next]