summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-17kernel: is_current_single_threaded: don't use ->mmap_semOleg Nesterov1-4/+6
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov4-4/+5
2009-07-17kernel: fix is_single_threadedOleg Nesterov1-26/+36
2009-07-17security: fix security_file_lock cmd argumentSten Spans1-1/+1
2009-07-13Merge branch 'master' into nextJames Morris1092-10942/+20282
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris8-134/+297
2009-07-13personality handling: fix PER_CLEAR_ON_SETID for security reasonsJulien Tinnes1-1/+5
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hThomas Liu8-297/+134
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds7-94/+185
2009-07-12AFS: Fix compilation warningArtem Bityutskiy1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan173-93/+81
2009-07-12personality: fix PER_CLEAR_ON_SETIDJulien Tinnes1-1/+4
2009-07-12Don't use '-fwrapv' compiler option: it's buggy in gcc-4.1.xLinus Torvalds1-1/+1
2009-07-11Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+5
2009-07-11Revert "fuse: Fix build error" as unnecessaryLinus Torvalds2-2/+0
2009-07-11Fix compile error due to congestion_wait() changesTrond Myklebust2-5/+5
2009-07-11hwmon: (abituguru3) DMI probing for AB9, AB9 QuadQT and IX38 QuadGTAlistair John Strachan1-3/+3
2009-07-11hwmon: (sht15) Remove unnecessary semicolonJoe Perches1-1/+1
2009-07-11hwmon: (max6650) Fix lock imbalanceJiri Slaby1-0/+1
2009-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-66/+113
2009-07-11isofs: fix Joliet regressionBartlomiej Zolnierkiewicz1-2/+2
2009-07-11tty: Fix the PL2303 private methods for sysrqAlan Cox1-25/+33
2009-07-11tty: Fix USB kref leakAlan Cox4-6/+8
2009-07-11tty: Sort out the USB sysrq changes that wrecked performanceAlan Cox1-4/+11
2009-07-11Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds9-98/+116
2009-07-11Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds7-77/+93
2009-07-11Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds16-66/+97
2009-07-11Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds13-34/+750
2009-07-11Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds19-188/+1159
2009-07-11Doc: move Documentation/exception.txt into x86 subdirAmerigo Wang2-0/+2
2009-07-11Doc: update Documentation/exception.txtAmerigo Wang1-101/+101
2009-07-11fuse: Fix build errorLarry Finger2-0/+2
2009-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds20-51/+62
2009-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds4-34/+15
2009-07-11Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-18/+20
2009-07-11Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds52-1724/+2105
2009-07-11sched: optimize cond_resched()Peter Zijlstra2-6/+13
2009-07-11sched: INIT_PREEMPT_COUNTPeter Zijlstra24-40/+29
2009-07-11drm/i915: Fix for LVDS VBT change on IGDNGZhenyu Wang1-1/+9
2009-07-11drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt3-1/+8
2009-07-11drm/i915: Refactor calls to unmap_mapping_rangeChris Wilson1-9/+27
2009-07-11dma-debug: Fix the overlap() function to be correct and readableIngo Molnar1-12/+12
2009-07-10drm/i915: Avoid saving/restore the modesetting registers twice in KMS modeZhao Yakui1-100/+121
2009-07-10drm: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui1-0/+2
2009-07-10drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui1-0/+5
2009-07-10drm/i915: Fix harmless warning from patch merged after i2c rework.Eric Anholt1-1/+1
2009-07-10drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt1-9/+20
2009-07-10Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-14/+12
2009-07-10cfq-iosched: reset oom_cfqq in cfq_set_request()Vivek Goyal1-1/+1
2009-07-10block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori3-10/+17