summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: Make schedule_work() available again to non GPL modulesMarc Dionne2013-05-141-3/+3
* workqueue: correct handling of the pool spin_lockJoonsoo Kim2013-05-141-0/+1
* workqueue: workqueue_congested() shouldn't translate WORK_CPU_UNBOUND into no...Tejun Heo2013-05-101-0/+9
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-103-37/+48
|\
| * nfsd: fix oops when legacy_recdir_name_error is passed a -ENOENT errorJeff Layton2013-05-091-7/+5
| * SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields2013-05-071-13/+13
| * SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven2013-05-061-15/+17
| * nfsd4: don't allow owner override on 4.1 CLAIM_FH opensJ. Bruce Fields2013-05-031-2/+13
* | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2013-05-1010-12/+242
|\ \
| * | Add support for fan button on Ideapad Z580Maxim Mikityanskiy2013-05-081-1/+5
| * | pvpanic: pvpanic device driverHu Tao2013-05-083-0/+134
| * | asus-nb-wmi: set wapf=4 for ASUSTeK COMPUTER INC. X75AAceLan Kao2013-05-081-0/+9
| * | drivers: platform: x86: Use PTR_RET functionAlexandru Gheorghiu2013-05-081-4/+1
| * | sony-laptop: SVS151290S kbd backlight and gfx switch supportArthur Wirski2013-05-081-1/+19
| * | hp-wmi: add more definitions for new event_id'sAlex Hung2013-05-081-0/+24
| * | dell-laptop: Fix krealloc() misuse in parse_da_table()David Woodhouse2013-05-081-4/+6
| * | hp_accel: Ignore the error from lis3lv02d_poweron() at resumeShuah Khan2013-05-081-1/+2
| * | dell: add new dell WMI format for the AIO machinesAceLan Kao2013-05-081-5/+48
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-1020-107/+45
|\ \ \
| * | | switch compat_sys_sysctl to COMPAT_SYSCALL_DEFINEAl Viro2013-05-093-7/+3
| * | | unicore32: just use mmap_pgoff()...Al Viro2013-05-091-9/+1
| * | | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-0916-65/+25
| * | | x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2013-05-022-26/+16
* | | | Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-05-102-41/+103
|\ \ \ \
| * | | | eCryptfs: Use the ablkcipher crypto APITyler Hicks2013-05-092-41/+103
* | | | | Merge tag 'for-linus-20130509' of git://git.infradead.org/~dwmw2/random-2.6Linus Torvalds2013-05-104-162/+10
|\ \ \ \ \
| * | | | | pcmcia: remove RPX board stuffArtem Bityutskiy2013-04-051-81/+0
| * | | | | m68k: remove rpxlite stuffArtem Bityutskiy2013-04-051-17/+0
| * | | | | pcmcia: remove Motorola MBX860 supportArtem Bityutskiy2013-04-051-59/+0
| * | | | | params: Fix potential memory leak in add_sysfs_param()David Woodhouse2013-03-181-1/+4
| * | | | | dell-laptop: Fix krealloc() misuse in parse_da_table()David Woodhouse2013-03-181-4/+6
* | | | | | Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-104-26/+80
|\ \ \ \ \ \
| * | | | | | KVM: emulator: emulate SALCPaolo Bonzini2013-05-091-1/+5
| * | | | | | KVM: emulator: emulate XLATPaolo Bonzini2013-05-091-1/+14
| * | | | | | KVM: emulator: emulate AAMPaolo Bonzini2013-05-091-1/+24
| * | | | | | KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-091-0/+6
| * | | | | | KVM: Fix kvm_irqfd_init initializationAsias He2013-05-081-5/+13
| * | | | | | KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti2013-05-081-20/+20
* | | | | | | Merge tag 'dm-3.10-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-1015-116/+442
|\ \ \ \ \ \ \
| * | | | | | | dm cache: set config valueJoe Thornber2013-05-101-28/+31
| * | | | | | | dm cache: move config fnsAlasdair G Kergon2013-05-101-17/+17
| * | | | | | | dm thin: generate event when metadata threshold passedJoe Thornber2013-05-103-0/+58
| * | | | | | | dm persistent metadata: add space map threshold callbackJoe Thornber2013-05-101-1/+76
| * | | | | | | dm persistent data: add threshold callback to space mapJoe Thornber2013-05-103-3/+29
| * | | | | | | dm thin: detect metadata device resizingJoe Thornber2013-05-103-3/+64
| * | | | | | | dm persistent data: support space map resizingJoe Thornber2013-05-101-6/+32
| * | | | | | | dm thin: open dev read only when possibleJoe Thornber2013-05-101-11/+14
| * | | | | | | dm thin: refactor data dev resizeJoe Thornber2013-05-102-33/+64
| * | | | | | | dm cache: replace memcpy with struct assignmentJoe Thornber2013-05-102-3/+3
| * | | | | | | dm cache: fix typos in commentsJoe Thornber2013-05-101-3/+4
OpenPOWER on IntegriCloud