| Commit message (Expand) | Author | Files | Lines |
2013-03-26 | yama: Better permission check for ptraceme | Eric W. Biederman | 1 | -3/+1 |
2013-03-26 | pid: Handle the exit of a multi-threaded init. | Eric W. Biederman | 1 | -1/+2 |
2013-03-18 | scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids. | Eric W. Biederman | 1 | -1/+3 |
2013-03-17 | Linux 3.9-rc3v3.9-rc3 | Linus Torvalds | 1 | -1/+1 |
2013-03-17 | perf,x86: fix link failure for non-Intel configs | David Rientjes | 1 | -1/+5 |
2013-03-17 | perf,x86: fix wrmsr_on_cpu() warning on suspend/resume | Linus Torvalds | 1 | -1/+3 |
2013-03-16 | Btrfs: fix warning of free_extent_map | Liu Bo | 1 | -0/+1 |
2013-03-15 | perf,x86: fix kernel crash with PEBS/BTS after suspend/resume | Stephane Eranian | 3 | -0/+12 |
2013-03-15 | ALSA: hda - Fix missing EAPD/GPIO setup for Cirrus codecs | Takashi Iwai | 1 | -0/+4 |
2013-03-15 | sound: sequencer: cap array index in seq_chn_common_event() | Dan Carpenter | 1 | -0/+6 |
2013-03-15 | mfd: twl4030-madc: Remove __exit_p annotation | Arnd Bergmann | 1 | -1/+1 |
2013-03-15 | ALSA: hda/ca0132 - Remove extra setting of dsp_state. | Dylan Reid | 1 | -9/+6 |
2013-03-15 | ALSA: hda/ca0132 - Check download state of DSP. | Dylan Reid | 1 | -2/+3 |
2013-03-15 | ALSA: hda/ca0132 - Check if dspload_image succeeded. | Dylan Reid | 1 | -2/+6 |
2013-03-15 | mm/fremap.c: fix possible oops on error path | Michel Lespinasse | 1 | -3/+2 |
2013-03-14 | list: Fix double fetch of pointer in hlist_entry_safe() | Paul E. McKenney | 1 | -1/+3 |
2013-03-14 | Btrfs: fix warning when creating snapshots | Liu Bo | 1 | -6/+5 |
2013-03-14 | Btrfs: return as soon as possible when edquot happens | Wang Shilong | 1 | -4/+6 |
2013-03-14 | Btrfs: return EIO if we have extent tree corruption | Josef Bacik | 1 | -1/+4 |
2013-03-14 | btrfs: use rcu_barrier() to wait for bdev puts at unmount | Eric Sandeen | 1 | -0/+6 |
2013-03-14 | Btrfs: remove btrfs_try_spin_lock | Liu Bo | 1 | -1/+0 |
2013-03-14 | Btrfs: get better concurrency for snapshot-aware defrag work | Liu Bo | 1 | -0/+3 |
2013-03-14 | hwmon: (pmbus/ltc2978) Fix temperature reporting | Guenter Roeck | 1 | -6/+8 |
2013-03-14 | ALSA: hda - Disable IDT eapd_switch if there are no internal speakers | David Henningsson | 1 | -0/+29 |
2013-03-14 | hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute() | David Woodhouse | 1 | -5/+7 |
2013-03-14 | hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attrib... | Axel Lin | 1 | -0/+2 |
2013-03-14 | ARM: DMA-mapping: add missing GFP_DMA flag for atomic buffer allocation | Marek Szyprowski | 1 | -2/+3 |
2013-03-13 | idr: idr_alloc() shouldn't trigger lowmem warning when preloaded | Tejun Heo | 1 | -13/+25 |
2013-03-13 | UAPI: fix endianness conditionals in M32R's asm/stat.h | David Howells | 1 | -2/+2 |
2013-03-13 | UAPI: fix endianness conditionals in linux/raid/md_p.h | David Howells | 1 | -2/+4 |
2013-03-13 | UAPI: fix endianness conditionals in linux/acct.h | David Howells | 1 | -2/+4 |
2013-03-13 | UAPI: fix endianness conditionals in linux/aio_abi.h | David Howells | 1 | -2/+2 |
2013-03-13 | decompressors: fix typo "POWERPC" | Paul Bolle | 1 | -1/+1 |
2013-03-13 | mm/fremap.c: fix oops on error path | Andrew Morton | 1 | -2/+4 |
2013-03-13 | idr: deprecate idr_pre_get() and idr_get_new[_above]() | Tejun Heo | 2 | -52/+55 |
2013-03-13 | tidspbridge: convert to idr_alloc() | Tejun Heo | 1 | -44/+26 |
2013-03-13 | zcache: convert to idr_alloc() | Tejun Heo | 1 | -15/+10 |
2013-03-13 | mlx4: remove leftover idr_pre_get() call | Tejun Heo | 1 | -1/+0 |
2013-03-13 | workqueue: convert to idr_alloc() | Tejun Heo | 1 | -3/+4 |
2013-03-13 | nfsd: convert to idr_alloc() | Tejun Heo | 1 | -3/+2 |
2013-03-13 | nfsd: remove unused get_new_stid() | Tejun Heo | 1 | -31/+0 |
2013-03-13 | kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER | Andrew Morton | 1 | -1/+1 |
2013-03-13 | signal: always clear sa_restorer on execve | Kees Cook | 1 | -0/+3 |
2013-03-13 | mm: remove_memory(): fix end_pfn setting | Toshi Kani | 1 | -1/+1 |
2013-03-13 | include/linux/res_counter.h needs errno.h | Andrew Morton | 1 | -0/+1 |
2013-03-13 | userns: Don't allow CLONE_NEWUSER | CLONE_FS | Eric W. Biederman | 2 | -1/+8 |
2013-03-13 | USB: quatech2: only write to the tty if the port is open. | Bill Pemberton | 1 | -2/+5 |
2013-03-13 | qcserial: bind to DM/DIAG port on Gobi 1K devices | Dan Williams | 1 | -2/+5 |
2013-03-13 | ext2: Fix BUG_ON in evict() on inode deletion | Jan Kara | 2 | -1/+2 |
2013-03-13 | openrisc: remove HAVE_VIRT_TO_BUS | Jonas Bonn | 1 | -1/+0 |