Age | Commit message (Expand) | Author | Files | Lines |
2008-04-30 | signals: join send_sigqueue() with send_group_sigqueue() | Oleg Nesterov | 1 | -2/+1 |
2008-04-30 | kill_pid_info: don't take now unneeded tasklist_lock | Oleg Nesterov | 1 | -2/+0 |
2008-04-30 | signals: re-assign CLD_CONTINUED notification from the sender to reciever | Oleg Nesterov | 1 | -0/+6 |
2008-04-30 | md: support blocking writes to an array on device failure | Dan Williams | 2 | -0/+5 |
2008-04-30 | Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART | Bryan Wu | 1 | -2/+4 |
2008-04-29 | ext4: move headers out of include/linux | Christoph Hellwig | 5 | -1983/+0 |
2008-04-29 | ext4: remove duplicate include of ext4_fs_i.h header file | Joe Perches | 1 | -2/+0 |
2008-04-29 | Convert ext4 to use unlocked_ioctl | Andi Kleen | 1 | -2/+1 |
2008-04-29 | ext4: Fix race between migration and mmap write | Aneesh Kumar K.V | 1 | -0/+1 |
2008-04-29 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+6 |
2008-04-29 | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 3 | -12/+19 |
2008-04-29 | [libata] linux/libata.h: reorganize ata_device struct members a bit | Jeff Garzik | 1 | -6/+6 |
2008-04-29 | i2c: Convert most new-style drivers to use module aliasing | Jean Delvare | 1 | -6/+6 |
2008-04-29 | i2c: Add support for device alias names | Jean Delvare | 2 | -3/+13 |
2008-04-29 | i2c: Drop unused RTC driver IDs | Jean Delvare | 1 | -3/+0 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -1/+2 |
2008-04-29 | mlx4_core: Add a way to set the "collapsed" CQ flag | Yevgeny Petrilin | 1 | -1/+2 |
2008-04-29 | Security: Typecast CAP_*_SET macros | David Howells | 1 | -6/+6 |
2008-04-29 | Security: Make secctx_to_secid() take const secdata | David Howells | 1 | -3/+3 |
2008-04-29 | Improve queue_is_locked() | Jens Axboe | 1 | -0/+4 |
2008-04-29 | Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -17/+21 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 3 | -2/+11 |
2008-04-29 | block: fix queue locking verification | Linus Torvalds | 1 | -2/+8 |
2008-04-29 | pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2 | Yinghai Lu | 1 | -0/+6 |
2008-04-29 | pci/irq: restore mask_bits in msi shutdown -v3 | Yinghai Lu | 1 | -0/+1 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2 | -1/+15 |
2008-04-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2 | -15/+27 |
2008-04-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 1 | -1/+5 |
2008-04-29 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2 | -6/+37 |
2008-04-29 | bitops: remove "optimizations" | Thomas Gleixner | 1 | -103/+12 |
2008-04-29 | Add kbuild.h that contains common definitions for kbuild users | Christoph Lameter | 1 | -0/+15 |
2008-04-29 | kernel: add common infrastructure for unaligned access | Harvey Harrison | 10 | -0/+510 |
2008-04-29 | sysv fs: remove superfluous check for __GNUC__ compiler | Robert P. J. Day | 1 | -5/+1 |
2008-04-29 | edac: fix module initialization on several modules 2nd time | Hitoshi Mitake | 1 | -1/+13 |
2008-04-29 | idr: create idr_layer_cache at boot time | Akinobu Mita | 1 | -0/+3 |
2008-04-29 | nbd: delete superfluous test for __GNUC__ | Robert P. J. Day | 1 | -5/+1 |
2008-04-29 | NBD: allow nbd to be used locally | Laurent Vivier | 1 | -1/+3 |
2008-04-29 | sysctl: add the ->permissions callback on the ctl_table_root | Pavel Emelyanov | 1 | -1/+6 |
2008-04-29 | sysctl: clean from unneeded extern and forward declarations | Pavel Emelyanov | 1 | -5/+0 |
2008-04-29 | include/linux/sysctl.h: remove empty #else | Adrian Bunk | 1 | -2/+0 |
2008-04-29 | proc: introduce proc_create_data to setup de->data | Denis V. Lunev | 1 | -2/+15 |
2008-04-29 | proc: remove ->get_info infrastructure | Alexey Dobriyan | 1 | -14/+1 |
2008-04-29 | proc: remove proc_root from drivers | Alexey Dobriyan | 1 | -3/+0 |
2008-04-29 | proc: remove proc_root_driver | Alexey Dobriyan | 1 | -3/+0 |
2008-04-29 | proc: remove proc_root_fs | Alexey Dobriyan | 1 | -1/+0 |
2008-04-29 | proc: remove proc_bus | Alexey Dobriyan | 1 | -2/+0 |
2008-04-29 | procfs task exe symlink | Matt Helsley | 3 | -1/+38 |
2008-04-29 | keys: make key_serial() a function if CONFIG_KEYS=y | David Howells | 1 | -1/+4 |
2008-04-29 | keys: make the keyring quotas controllable through /proc/sys | David Howells | 1 | -0/+5 |
2008-04-29 | keys: don't generate user and user session keyrings unless they're accessed | David Howells | 1 | -8/+0 |