aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-01-133-1/+45
|\
| * include: Install linux/if_alg.h for user-space crypto APIMiloslav Trmač2010-12-031-0/+1
| * crypto: af_alg - User-space interface for Crypto APIHerbert Xu2010-11-191-0/+40
| * net - Add AF_ALG macrosHerbert Xu2010-11-191-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-132-8/+13
|\ \
| * | net/ceph: make ceph_msgr_wq non-reentrantTejun Heo2011-01-121-5/+0
| * | ceph: add dir_layout to inodeSage Weil2011-01-121-3/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-01-136-51/+104
|\ \ \
| * | | regulator: Add initial per-regulator debugfs supportMark Brown2011-01-121-2/+6
| * | | regulator: Add API to re-apply voltage to hardwareMark Brown2011-01-121-0/+1
| * | | regulator: Provide a selector based set_voltage_sel() operationMark Brown2011-01-121-0/+3
| * | | regulator: support PMIC mc13892Yong Shen2011-01-121-0/+39
| * | | Change the register name definitions for mc13783Yong Shen2011-01-121-33/+34
| * | | regulators: Moved define for number of regulators in ab8500Bengt Jonsson2011-01-122-14/+15
| * | | regulator: Allow drivers to report voltages as selectorsMark Brown2011-01-121-0/+3
| * | | regulator: Copy constraints from regulators when initialising themMark Brown2011-01-121-1/+1
| * | | regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-121-1/+2
* | | | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-133-15/+94
|\ \ \ \
| * | | | KVM: Fix build error on s390 due to missing tlbs_dirtyAvi Kivity2011-01-121-1/+1
| * | | | KVM: MMU: Make the way of accessing lpage_info more genericTakuya Yoshikawa2011-01-121-4/+6
| * | | | KVM: MMU: delay flush all tlbs on sync_page pathXiao Guangrong2011-01-121-0/+2
| * | | | KVM: PPC: Fix compile warningAlexander Graf2011-01-121-0/+2
| * | | | KVM: fast-path msi injection with irqfdMichael S. Tsirkin2011-01-121-0/+16
| * | | | KVM: Refactor IRQ names of assigned devicesJan Kiszka2011-01-121-0/+1
| * | | | KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka2011-01-121-10/+2
| * | | | KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-1/+14
| * | | | KVM: pre-allocate one more dirty bitmap to avoid vmalloc()Takuya Yoshikawa2011-01-121-0/+1
| * | | | KVM: propagate fault r/w information to gup(), allow read-only memoryMarcelo Tosatti2011-01-121-1/+4
| * | | | KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2011-01-122-0/+2
| * | | | KVM: Add memory slot versioning and use it to provide fast guest write interfaceGleb Natapov2011-01-122-0/+14
| * | | | KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-0/+31
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-136-14/+14
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-12-2282-459/+761
| |\ \ \ \ \
| * | | | | | poll: fix a typo in commentNamhyung Kim2010-12-101-1/+1
| * | | | | | Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl2010-11-281-6/+6
| * | | | | | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-2/+2
| * | | | | | hibernation: constify platform_hibernation_opsLionel Debroux2010-11-161-2/+2
| * | | | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-013-3/+3
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-01-131-1/+5
|\ \ \ \ \ \ \
| * | | | | | | HID: set HID_MAX_FIELD at 128Benjamin Tissoires2011-01-111-1/+1
| * | | | | | | HID: add feature_mapping callbackBenjamin Tissoires2011-01-111-0/+4
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-01-132-0/+21
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2011-01-112-0/+21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Input: add SW_ROTATE_LOCK switch typeJekyll Lai2011-01-111-0/+1
| | * | | | | | | | Input: add Austria Microsystem AS5011 joystick driverFabien Marteau2011-01-101-0/+20
* | | | | | | | | | decompressors: remove unused constant from inflate.hLasse Collin2011-01-131-3/+0
* | | | | | | | | | decompressors: add boot-time XZ supportLasse Collin2011-01-131-0/+19
* | | | | | | | | | decompressors: add XZ decompressor moduleLasse Collin2011-01-131-0/+264
* | | | | | | | | | Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin2011-01-131-0/+1
* | | | | | | | | | Decompressors: get rid of set_error_fn() macroLasse Collin2011-01-131-5/+0