- a63c97a arm: get rid of execve wrapper, switch to generic execve() implementation by Al Viro · 12 years ago
- bfd170d arm: optimized current_pt_regs() by Al Viro · 12 years ago
- 583d632 arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
- 9e14f82 arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk] by Al Viro · 12 years ago
- 38b983b generic sys_execve() by Al Viro · 12 years ago
- 282124d generic kernel_execve() by Al Viro · 12 years ago
- a3460a5 new helper: current_pt_regs() by Al Viro · 12 years ago
- 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
- a4d94ff um: kill thread->forking by Al Viro · 12 years ago
- 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
- 344569a um: don't leak floating point state and segment registers on execve() by Al Viro · 12 years ago
- ab286b2 um: take cleaning singlestep to start_thread() by Al Viro · 12 years ago
- 1cedd69 don't bother exporting kernel_execve() by Al Viro · 12 years ago
- 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
- ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
- e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
- c46de22 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- 077fee0 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
- cf42d54 Merge tag 'rpmsg-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg by Linus Torvalds · 12 years ago
- 4b92c17 Merge tag 'md-3.6-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
- c5c473e Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
- 6889125 cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU by Tejun Heo · 12 years ago
- ed48ece workqueue: reimplement work_on_cpu() using system_wq by Tejun Heo · 12 years ago
- 6dafab6 md: make sure metadata is updated when spares are activated or removed. by NeilBrown · 12 years ago
- e5c8647 md/raid5: fix calculate of 'degraded' when a replacement becomes active. by NeilBrown · 12 years ago
- a852d7b Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE." by NeilBrown · 12 years ago
- 925a6f0 Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 12 years ago
- b161dfa6 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 12 years ago
- 2453f5f cciss: fix handling of protocol error by Stephen M. Cameron · 12 years ago
- 2bd6efa blk: add an upper sanity check on partition adding by Alan Cox · 12 years ago
- 5e071e2 sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling. by Al Viro · 12 years ago
- 077664a sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path by Laurent Pinchart · 12 years ago
- 4651afb Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
- 960bd11 workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn() by Lai Jiangshan · 12 years ago
- 08077ca Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- f14851a memory hotplug: fix section info double registration bug by qiuxishi · 12 years ago
- 0ba8f2d mm/page_alloc: fix the page address of higher page's buddy calculation by Li Haifeng · 12 years ago
- 8dcebaa9 drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe by Kevin Hilman · 12 years ago
- 9a858dc compiler.h: add __visible by Andi Kleen · 12 years ago
- 579035d pid-namespace: limit value of ns_last_pid to (0, max_pid) by Andrew Vagin · 12 years ago
- 35c448a include/net/sock.h: squelch compiler warning in sk_rmem_schedule() by Chuck Lever · 12 years ago
- 8ba00bb slub: consider pfmemalloc_match() in get_partial_node() by Joonsoo Kim · 12 years ago
- d014dc2 slab: fix starting index for finding another object by Joonsoo Kim · 12 years ago
- 30c29be slab: do ClearSlabPfmemalloc() for all pages of slab by Mel Gorman · 12 years ago
- fded4e0 nbd: clear waiting_queue on shutdown by Paul Clements · 12 years ago
- e9b7d7c MAINTAINERS: fix TXT maintainer list and source repo path by Gang Wei · 12 years ago
- 05cf963 mm/ia64: fix a memory block size bug by Jianguo Wu · 12 years ago
- 18b48d5 memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails by Wen Congyang · 12 years ago
- 2ade0b7 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
- 6bf6104 fs/proc: fix potential unregister_sysctl_table hang by Francesco Ruggeri · 12 years ago
- 5698bd7 Linux 3.6-rc6 by Linus Torvalds · 12 years ago
- 73f8be2 Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
- c500ce3 Merge tag 'for-3.6-rc6' of git://gitorious.org/linux-pwm/linux-pwm by Linus Torvalds · 12 years ago
- 76e77da Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
- 9bc6759 Merge tag 'pm-for-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
- 6167f81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
- a34689d Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
- 37407ea Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" by Linus Torvalds · 12 years ago
- b186b12 mfd: MAX77693: Fix NULL pointer error when initializing irqs by Chanwoo Choi · 12 years ago
- d51f42d mfd: MAX77693: Fix interrupt handling bug by Chanwoo Choi · 12 years ago
- 0848c94 mfd: core: Push irqdomain mapping out into devices by Mark Brown · 12 years ago
- 5d037f9 Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
- 3f0c3c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
- 9cb0ee8 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
- 5b799dd Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
- 1547cb8 Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
- 1568d9f Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
- 1c23ce7 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
- dd383af Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- 889cb3b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 7ef6e97 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 7076cca Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- f3a87f1 Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()" by Chris Mason · 12 years ago
- a1362d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
- 4bca55d Merge tag 'usb-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
- fe59d29 Merge tag 'tty-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
- f2378e3 Merge tag 'staging-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
- 0462bfc Merge tag 'driver-core-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
- 55815f7 vfs: make O_PATH file descriptors usable for 'fstat()' by Linus Torvalds · 12 years ago
- f25b7061 ACPI / PM: Use KERN_DEBUG when no power resources are found by Aaron Lu · 12 years ago
- 2116fe4 Merge branches 'cxgb4', 'ipoib', 'mlx4', 'ocrdma' and 'qib' into for-next by Roland Dreier · 12 years ago
- 4c35500 IB/qib: Fix failure of compliance test C14-024#06_LocalPortNum by Mike Marciniszyn · 12 years ago
- ae3bca9 RDMA/ocrdma: Fix CQE expansion of unsignaled WQE by Parav Pandit · 12 years ago
- 985b11f ASoC: wm8904: correct the index by Bo Shen · 12 years ago
- 8335eaf eCryptfs: Copy up attributes of the lower target inode after rename by Tyler Hicks · 12 years ago
- 64e6651 eCryptfs: Call lower ->flush() from ecryptfs_flush() by Tyler Hicks · 12 years ago
- 7149f25 eCryptfs: Write out all dirty pages just before releasing the lower file by Tyler Hicks · 12 years ago
- 5f71a3e i2c: algo: pca: Fix mode selection for PCA9665 by Thomas Kavanagh · 12 years ago
- 4a5b2b2 MAINTAINERS: fix tree for current i2c-embedded development by Wolfram Sang · 12 years ago
- 610bd7d drm/nouveau: fix booting with plymouth + dumb support by Dave Airlie · 12 years ago
- 363fca8 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
- dd03e73 mlx4_core: Fix integer overflows so 8TBs of memory registration works by Yishai Hadas · 12 years ago
- 40bf66e ACPI / PM: Fix resource_lock dead lock in acpi_power_on_device by Lin Ming · 12 years ago
- 8f7412a ACPI / PM: Infer parent power state from child if unknown, v2 by Rafael J. Wysocki · 12 years ago
- 6af773e pktgen: fix crash with vlan and packet size less than 46 by Nishank Trivedi · 12 years ago
- eceeb43 thinkpad_acpi: buffer overflow in fan_get_status() by Dan Carpenter · 12 years ago
- f661848 eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug() by Jiang Liu · 12 years ago
- 3f5449b platform/x86: fix asus_laptop.wled_type description by Maxim Nikulin · 12 years ago
- 8871e99 asus-laptop: HRWS/HWRS typo by Corentin Chary · 12 years ago
- 689db78 drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEO by Corentin Chary · 12 years ago