summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Staging: add TAINT_CRAP flag to drivers/staging modulesGreg Kroah-Hartman2008-10-111-0/+9
* Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-114-2/+17
* Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2008-10-1012-134/+337
|\
| * Merge branch 'linus' into core/rcuIngo Molnar2008-10-09148-1085/+1831
| |\
| * | rcu: RCU-based detection of stalled CPUs for Classic RCU, fixIngo Molnar2008-10-031-1/+1
| * | rcu: RCU-based detection of stalled CPUs for Classic RCUPaul E. McKenney2008-10-033-84/+96
| * | Merge commit 'v2.6.27-rc8' into core/rcuIngo Molnar2008-10-03302-1918/+2788
| |\ \
| * | | rcu: add rcu_read_lock_sched() / rcu_read_unlock_sched()Mathieu Desnoyers2008-09-301-0/+20
| * | | rcu: fix sparse shadowed variable warningHarvey Harrison2008-09-231-3/+3
| * | | doc/RCU: fix pseudocode in rcuref.txtLai Jiangshan2008-09-101-8/+8
| * | | Merge commit 'v2.6.27-rc6' into core/rcuIngo Molnar2008-09-102213-26145/+74224
| |\ \ \
| * | | | rcuclassic: fix compiler warningHiroshi Shimamoto2008-08-271-1/+1
| * | | | rcu: use irq-safe locksPaul E. McKenney2008-08-211-6/+10
| * | | | rcuclassic: fix compilation NGHiroshi Shimamoto2008-08-191-0/+2
| * | | | rcu: fix locking cleanup falloutPaul E. McKenney2008-08-191-14/+22
| * | | | rcu: remove redundant ACCESS_ONCE definition from rcupreempt.cPaul E. McKenney2008-08-182-9/+3Star
| * | | | rcu: fix classic RCU locking cleanup lockdep problemPaul E. McKenney2008-08-171-2/+4
| * | | | rcu: trace fix possible mem-leakSteven Rostedt2008-08-151-1/+6
| * | | | rcu: just rename call_rcu_bh instead of making it a macroSteven Rostedt2008-08-151-1/+7
| * | | | rcu: remove list_for_each_rcu()Paul E. McKenney2008-08-153-17/+1Star
| * | | | rcu: fixes to include/linux/rcupreempt.hPaul E. McKenney2008-08-151-2/+1Star
| * | | | rcu: classic RCU locking and memory-barrier cleanupsPaul E. McKenney2008-08-151-10/+41
| * | | | rcu: prevent console flood when one CPU sees another AWOL via RCUPaul E. McKenney2008-08-151-0/+1
| * | | | rcu, debug: detect stalled grace periods, cleanupsIngo Molnar2008-08-111-13/+13
| * | | | rcu, debug: detect stalled grace periodsPaul E. McKenney2008-08-113-0/+96
| * | | | Merge branch 'linus' into core/rcuIngo Molnar2008-08-119374-287395/+480015
| |\ \ \ \
| * | | | | rcu classic: new algorithm for callbacks-processing(v2)Lai Jiangshan2008-07-182-69/+114
| * | | | | rcu classic: simplify the next pending batchLai Jiangshan2008-07-182-15/+9Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-10-1036-141/+995
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' into for-linusJames Morris2008-10-1036-141/+995
| |\ \ \ \ \ \
| | * | | | | | selinux: Fix an uninitialized variable BUG/panic in selinux_secattr_to_sid()Paul Moore2008-10-041-7/+4Star
| | * | | | | | selinux: use default proc sid on symlinksStephen Smalley2008-09-291-1/+1
| | * | | | | | file capabilities: uninline cap_safe_niceSerge E. Hallyn2008-09-271-1/+1
| | * | | | | | Merge branch 'master' into nextJames Morris2008-09-22893-7033/+26762
| | |\ \ \ \ \ \
| | * | | | | | | Update selinux info in MAINTAINERS and Kconfig help textStephen Smalley2008-09-112-4/+2Star
| | * | | | | | | SELinux: add gitignore file for mdp scriptJames Morris2008-09-051-0/+2
| | * | | | | | | SELinux: add boundary support and thread context assignmentKaiGai Kohei2008-08-287-20/+398
| | * | | | | | | securityfs: do not depend on CONFIG_SECURITYEric Paris2008-08-284-25/+41
| | * | | | | | | Merge branch 'master' into nextJames Morris2008-08-284405-37946/+100406
| | |\ \ \ \ \ \ \
| | * | | | | | | | selinux: add support for installing a dummy policy (v2)Serge E. Hallyn2008-08-278-1/+355
| | * | | | | | | | security: add/fix security kernel-docRandy Dunlap2008-08-203-21/+21
| | * | | | | | | | selinux: Unify for- and while-loop styleVesa-Matti Kari2008-08-156-24/+24
| | * | | | | | | | selinux: conditional expression type validation was off-by-oneVesa-Matti Kari2008-08-071-1/+1
| | * | | | | | | | smack: limit privilege by labelCasey Schaufler2008-08-053-1/+102
| | * | | | | | | | SELinux: Fix a potentially uninitialised variable in SELinux hooksDavid Howells2008-08-051-18/+24
| | * | | | | | | | SELinux: trivial, remove unneeded local variableVesa-Matti J Kari2008-08-051-4/+2Star
| | * | | | | | | | SELinux: Trivial minor fixes that change C null character styleVesa-Matti J Kari2008-08-053-18/+18
| | * | | | | | | | make selinux_write_opts() staticAdrian Bunk2008-08-051-1/+2
* | | | | | | | | | Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-1029-487/+702
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched debug: add name to sched_domain sysctl entriesIngo Molnar2008-10-092-2/+15