summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov2009-12-161-5/+0
| * | | | | ptrace: change tracehook_report_syscall_exit() to handle steppingOleg Nesterov2009-12-161-0/+7
| * | | | | ptrace: introduce user_single_step_siginfo() helperOleg Nesterov2009-12-161-0/+12
| * | | | | ptrace: cleanup ptrace_init_task()->ptrace_link() pathOleg Nesterov2009-12-161-8/+3
| * | | | | memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura2009-12-161-5/+2
| * | | | | memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki2009-12-161-2/+2
| * | | | | memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2009-12-162-0/+21
| * | | | | reiserfs: don't compile procfs.o at all if no supportAlexey Dobriyan2009-12-161-9/+21
| * | | | | reiserfs: remove /proc/fs/reiserfs/versionAlexey Dobriyan2009-12-161-5/+0
| * | | | | davinci: fb: update the driver in preparation for addition of power managemen...Chaithrika U S2009-12-161-0/+1
| * | | | | sm501: implement acceleration featuresVincent Sanders2009-12-161-0/+2
| * | | | | gpiolib: add support for changing value polarity in sysfsJani Nikula2009-12-162-0/+12
| * | | | | gpio: add GPIO driver for the Timberdale FPGARichard Röjfors2009-12-161-0/+37
| * | | | | oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2009-12-161-1/+3
| |/ / / /
* / / / / fix ksm.h breakage of nommu buildHugh Dickins2009-12-161-6/+8
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-12-154-10/+20
|\ \ \ \
| * | | | dm: export suspended state to targetsKiyoshi Ueda2009-12-101-0/+1
| * | | | dm: rename dm_suspended to dm_suspended_mdKiyoshi Ueda2009-12-101-1/+0
| * | | | dm: keep old table until after resume succeededAlasdair G Kergon2009-12-101-1/+3
| * | | | dm ioctl: retrieve status from inactive tableMike Snitzer2009-12-101-3/+10
| * | | | dm: rename dm_get_table to dm_get_live_tableAlasdair G Kergon2009-12-101-1/+1
| * | | | dm raid1: remove bio_endio from dm_rh_mark_nosyncMikulas Patocka2009-12-101-2/+1
| * | | | dm log: add flush callback fnMikulas Patocka2009-12-101-2/+4
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-1517-590/+891
|\ \ \ \ \
| * | | | | perf_event: Convert to raw_spinlockThomas Gleixner2009-12-141-1/+1
| * | | | | hrtimers: Convert to raw_spinlocksThomas Gleixner2009-12-141-1/+1
| * | | | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-1/+1
| * | | | | rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner2009-12-141-3/+3
| * | | | | sched: Convert pi_lock to raw_spinlockThomas Gleixner2009-12-142-2/+2
| * | | | | plist: Make plist debugging raw_spinlock awareThomas Gleixner2009-12-141-6/+37
| * | | | | locking: Cleanup the name space completelyThomas Gleixner2009-12-145-165/+178
| * | | | | locking: Further name space cleanupsThomas Gleixner2009-12-144-56/+56
| * | | | | locking: Implement new raw_spinlockThomas Gleixner2009-12-144-100/+260
| * | | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-142-18/+18
| * | | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-143-7/+7
| * | | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-143-26/+26
| * | | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-142-4/+4
| * | | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-145-12/+12
| * | | | | locking: Separate rwlock api from spinlock apiThomas Gleixner2009-12-142-249/+280
| * | | | | locking: Split rwlock from spinlock headersThomas Gleixner2009-12-144-129/+195
* | | | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-12-152-1/+7
|\ \ \ \ \ \
| * | | | | | pcf50633: Query charger status directlyPaul Fertser2009-11-161-0/+1
| * | | | | | pcf50633: Get rid of charging restart software auto-triggeringPaul Fertser2009-11-161-2/+0
| * | | | | | pcf50633: introduces battery charging current controlBalaji Rao2009-11-161-0/+7
* | | | | | | lis3: selftest supportSamu Onkalo2009-12-151-0/+3
* | | | | | | lis3lv02d: axis remap and resource setup/releaseSamu Onkalo2009-12-151-0/+12
* | | | | | | atmel-mci: change use of dma slave interfaceNicolas Ferre2009-12-151-3/+1
* | | | | | | Subject: Re: [PATCH] strstrip incorrectly marked __must_checkKOSAKI Motohiro2009-12-151-1/+8
* | | | | | | efi.h: use %pUl to print UUIDsJoe Perches2009-12-151-5/+1
* | | | | | | string: factorize skip_spaces and export it to be generally availableAndré Goddard Rosa2009-12-152-0/+2