summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selinux: change the handling of unknown classesStephen Smalley2010-01-184-120/+88
* security: correct error returns for get/set security with private inodesJames Morris2010-01-151-2/+2
* TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-116-134/+73
* TOMOYO: Remove memory pool for string data.Tetsuo Handa2010-01-111-50/+10
* LSM: Update comment on security_sock_rcv_skbTetsuo Handa2010-01-111-0/+1
* TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa2010-01-114-36/+27
* TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-156-112/+207
* capabilities: Use RCU to protect task lookup in sys_capgetThomas Gleixner2009-12-101-2/+2
* TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa2009-12-091-1/+2
* Merge branch 'master' into nextJames Morris2009-12-092946-98013/+214203
|\
| *-. Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2009-12-082-2/+5
| |\ \
| | | * genirq: do not execute DEBUG_SHIRQ when irq setup failedLuis Henriques2009-04-231-1/+1
| | * | ntp: Provide compability defines (You say MOD_NANO, I say ADJ_NANO)john stultz2009-08-281-1/+4
| * | | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-088-17/+23
| |\ \ \
| | * | | hrtimer: Fix /proc/timer_list regressionFeng Tang2009-11-201-3/+1
| | * | | itimers: Fix racy writes to cpu_itimer fieldsStanislaw Gruszka2009-11-181-2/+5
| | * | | timekeeping: Fix clock_gettime vsyscall time warpLin Ming2009-11-176-12/+17
| * | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-0826-178/+353
| |\ \ \ \
| | * | | | timers, init: Limit the number of per cpu calibration bootup messagesMike Travis2009-11-262-12/+17
| | * | | | posix-cpu-timers: optimize and document timer_create callbackStanislaw Gruszka2009-11-181-3/+2
| | * | | | clockevents: Add missing include to pacify sparseH Hartley Sweeten2009-11-181-0/+2
| | * | | | x86: vmiclock: Fix printk formatThomas Gleixner2009-11-181-1/+1
| | * | | | x86: Fix printk format due to variable type changeThomas Gleixner2009-11-161-1/+1
| | * | | | sparc: fix printk for change of variable typeStephen Rothwell2009-11-161-1/+1
| | * | | | clocksource/events: Fix fallout of generic code changesThomas Gleixner2009-11-142-3/+3
| | * | | | nohz: Allow 32-bit machines to sleep for more than 2.15 secondsJon Hunter2009-11-135-15/+17
| | * | | | nohz: Track last do_timer() cpuThomas Gleixner2009-11-132-24/+30
| | * | | | nohz: Prevent clocksource wrapping during idleJon Hunter2009-11-135-14/+96
| | * | | | nohz: Type cast printk argumentThomas Gleixner2009-11-131-1/+1
| | * | | | mips: Use generic mult/shift factor calculation for clocksThomas Gleixner2009-11-132-36/+11
| | * | | | clocksource: Provide a generic mult/shift factor calculationThomas Gleixner2009-11-133-0/+70
| | * | | | clockevents: Use u32 for mult and shift factorsThomas Gleixner2009-11-132-4/+4
| | * | | | nohz: Introduce arch_needs_cpuMartin Schwidefsky2009-11-056-5/+24
| | * | | | nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky2009-11-051-29/+33
| | * | | | time: Remove xtime_cachejohn stultz2009-10-052-24/+4
| | * | | | time: Implement logarithmic time accumulationjohn stultz2009-10-052-29/+60
| * | | | | Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-088-43/+199
| |\ \ \ \ \
| | * | | | | x86: hpet: Make WARN_ON understandableThomas Gleixner2009-11-271-4/+15
| | * | | | | x86: arch specific support for remapping HPET MSIsSuresh Siddha2009-08-274-11/+47
| | * | | | | intr-remap: generic support for remapping HPET MSIsSuresh Siddha2009-08-274-4/+104
| | * | | | | x86, hpet: Simplify the HPET codeJan Beulich2009-08-212-23/+24
| | * | | | | x86, hpet: Disable per-cpu hpet timer if ARAT is supportedShaohua Li2009-08-121-2/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-12-0821-911/+1033
| |\ \ \ \ \ \
| | * | | | | | hwrng: core - Prevent too-small buffer sizesIan Molton2009-12-031-1/+2
| | * | | | | | hwrng: virtio-rng - Convert to new APIIan Molton2009-12-011-51/+27
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2009-12-015250-144024/+371385
| | |\ \ \ \ \ \
| | * | | | | | | hwrng: core - Replace u32 in driver API with byte arrayIan Molton2009-12-012-45/+69
| | * | | | | | | crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput2009-11-231-28/+28
| | * | | | | | | crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song2009-11-232-0/+24
| | * | | | | | | crypto: ghash-clmulni-intel - Put proper .data section in placeJiri Kosina2009-11-231-0/+2
OpenPOWER on IntegriCloud