- 81fc401 ppdev: reduce kernel log spam by Michael Buesch · 15 years ago
- 9653a69 Char: isicom: fix build warning by Jiri Slaby · 15 years ago
- d6f47be drivers/char/mem.c: memory_open() cleanup: lookup minor device number from devlist by Adriano dos Santos Fernandes · 15 years ago
- 31a985fb ipc: use __ARCH_WANT_IPC_PARSE_VERSION in ipc/util.h by Arnd Bergmann · 15 years ago
- 371cbb3 kthreads: simplify migration_thread() exit path by Oleg Nesterov · 15 years ago
- 6370617 kthreads: rework kthread_stop() by Oleg Nesterov · 15 years ago
- cdd140b kthreads: simplify the startup synchronization by Oleg Nesterov · 15 years ago
- e1eb1eb mm: exit.c reorder wait_opts to remove padding on 64 bit builds by Richard Kennedy · 15 years ago
- f95d39d do_wait: fix the theoretical race with stop/trace/cont by Oleg Nesterov · 15 years ago
- a3f6dfb do_wait: kill the old BUG_ON, use while_each_thread() by Oleg Nesterov · 15 years ago
- 64a16ca do_wait: simplify retval/tsk_result/notask_error mess by Oleg Nesterov · 15 years ago
- 9e8ae01 introduce "struct wait_opts" to simplify do_wait() patches by Oleg Nesterov · 15 years ago
- 4791802 shift "ptrace implies WUNTRACED" from ptrace_do_wait() to wait_task_stopped() by Oleg Nesterov · 15 years ago
- 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
- 72a1de3 copy_process(): remove the unneeded clear_tsk_thread_flag(TIF_SIGPENDING) by Oleg Nesterov · 15 years ago
- 77d1ef7 wait_task_zombie: do not use thread_group_cputime() by Oleg Nesterov · 15 years ago
- e496125 ptrace: don't take tasklist to get/set ->last_siginfo by Oleg Nesterov · 15 years ago
- d926566 ptrace: do_notify_parent_cldstop: fix the wrong ->nsproxy usage by Oleg Nesterov · 15 years ago
- d1e98f4 ptrace: wait_task_zombie: s/->parent/->real_parent/ by Oleg Nesterov · 15 years ago
- 8053bdd ptrace_get_task_struct: s/tasklist/rcu/, make it static by Oleg Nesterov · 15 years ago
- 4b105cb ptrace: do not use task_lock() for attach by Oleg Nesterov · 15 years ago
- f2f0b00 ptrace: cleanup check/set of PT_PTRACED during attach by Oleg Nesterov · 15 years ago
- b79b7ba ptrace: ptrace_attach: check PF_KTHREAD + exit_state instead of ->mm by Oleg Nesterov · 15 years ago
- 5cb1144 ptrace: do not use task->ptrace directly in core kernel by Oleg Nesterov · 15 years ago
- 1c21627 ptrace: tracehook_unsafe_exec(): remove the stale comment by Oleg Nesterov · 15 years ago
- dea33cf ptrace: mm_need_new_owner: use ->real_parent to search in the siblings by Oleg Nesterov · 15 years ago
- 4859776 ptrace: remove PT_DTRACE from arch/m32r by Oleg Nesterov · 15 years ago
- 9d35f84 ptrace: remove PT_DTRACE from m68k, m68knommu by Oleg Nesterov · 15 years ago
- bba7fc0 ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa by Oleg Nesterov · 15 years ago
- 02e7874 ptrace: remove PT_DTRACE from arch/h8300 by Oleg Nesterov · 15 years ago
- 8724513 allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND by Oleg Nesterov · 15 years ago
- 2ffebca memcg: fix lru rotation in isolate_pages by KAMEZAWA Hiroyuki · 15 years ago
- c5b947b memcg: add interface to reset limits by Daisuke Nishimura · 15 years ago
- 22a668d memcg: fix behavior under memory.limit equals to memsw.limit by KAMEZAWA Hiroyuki · 15 years ago
- 8a9478c memcg: fix swap accounting by KAMEZAWA Hiroyuki · 15 years ago
- 20ebcdd memcg: remove unneeded forward declaration from sched.h by Li Zefan · 15 years ago
- 338c843 memcg: remove some redundant checks by Li Zefan · 15 years ago
- 302362c memcg: remove mem_cgroup_cache_charge_swapin() by Daisuke Nishimura · 15 years ago
- d69b042 memcg: add file-based RSS accounting by Balbir Singh · 15 years ago
- cd50081 devcgroup: skip superfluous checks when found the DEV_ALL elem by Li Zefan · 15 years ago
- f9ab5b5 cgroups: forbid noprefix if mounting more than just cpuset subsystem by Li Zefan · 15 years ago
- 8ca739e cgroups: make messages more readable by Randy Dunlap · 15 years ago
- 28f06c6 Documentation/connector/cn_test.c comment unused cn_test_want_notify() by Jaswinder Singh Rajput · 15 years ago
- 0821962 Documentation/Changes: perl is needed to build the kernel by Jose Luis Perez Diez · 15 years ago
- 1d965fe reiserfs: fix warnings with gcc 4.4 by Jeff Mahoney · 15 years ago
- 37044c8 ufs: sector_t cannot be negative by Roel Kluin · 15 years ago
- 5404ac8 isofs: cleanup mount option processing by Jan Kara · 15 years ago
- 5c4a656 isofs: fix setting of uid and gid to 0 by Jan Kara · 15 years ago
- 52b680c isofs: let mode and dmode mount options override rock ridge mode setting by Jan Kara · 15 years ago
- ef43618 ext3: make sure inode is deleted from orphan list after truncate by Jan Kara · 15 years ago
- 6f3f1cb jbd: clean up journal_try_to_free_buffers() by Hisashi Hifumi · 15 years ago
- e8ef7aa ext3: fix chain verification in ext3_get_blocks() by Jan Kara · 15 years ago
- ce05b2a Doc fix: ext2 can only have 32,000 subdirs, not 32,768 by Michael Shields · 15 years ago
- 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 15 years ago
- 10dfb54 gpio: pca953x: Add support for PCA9556 by Nate Case · 15 years ago
- 1965d30 gpio: pca953x: Get platform_data from OpenFirmware by Nate Case · 15 years ago
- de3483b gpio: max7301: add missing __devexit marking by Mike Frysinger · 15 years ago
- 77906a54 pca953x: support GPIOLIB GPIO naming by Daniel Silverstone · 15 years ago
- 7bfa58d drivers/char/rtc: disable legacy RTC driver on Blackfin systems by Mike Frysinger · 15 years ago
- 014b6e9 rtc-ds1553: drop IRQF_SHARED by Atsushi Nemoto · 15 years ago
- 0a817f7 rtc-tx4939: drop IRQF_SHARED by Atsushi Nemoto · 15 years ago
- 3c2b907 rtc: add stand-alone driver for RX8025 chip by Wolfgang Grandegger · 15 years ago
- 97f902b rtc: rtc-ds1307 add ds3231 by Wolfram Sang · 15 years ago
- 33df2ee rtc: rtc-ds1307 add ds1388 by Joakim Tjernlund · 15 years ago
- 3a72970 rtc: rtc-ds1742 nvram attribute fix by Torsten Ertbjerg Rasmussen · 15 years ago
- 2757049 spi: fix spi_write_then_read() comment by Jiri Pirko · 15 years ago
- 50e0a7b pxa2xx_spi: fix for SPI_CS_HIGH by Daniel Ribeiro · 15 years ago
- 7390284 mpc52xx_psc_spi: convert to cs_control callback by Anton Vorontsov · 15 years ago
- e7db06b spi: move more spi_setup() functionality into core by David Brownell · 15 years ago
- 7d07719 spi: move common spi_setup() functionality into core by David Brownell · 15 years ago
- b4bd2ab spi_bfin5xx: limit reaches -1 by Roel Kluin · 15 years ago
- 349888e proc.txt: update kernel filesystem/proc.txt documentation by Stefani Seibold · 15 years ago
- 2f6d311 proc: vmcore - use kzalloc in get_new_element() by Cyrill Gorcunov · 15 years ago
- bcac2b1 procfs: remove sparse errors in proc_devtree.c by Michal Simek · 15 years ago
- 3fe4a97 epoll: fix nested calls support by Davide Libenzi · 15 years ago
- 36025a8 MAINTAINERS: fbdev is orphaned by Andrew Morton · 15 years ago
- d3d64df proc: export statistics for softirq to /proc by Keika Kobayashi · 15 years ago
- 9d9b8fb0 irqs: add IRQF_SAMPLE_RANDOM to the feature-removal-schedule.txt (deprecated) list by Robin Getz · 15 years ago
- aa0ce5b softirq: introduce statistics for softirq by Keika Kobayashi · 15 years ago
- 1d89b30 ia64: Fix resource assignment for root busses by Matthew Wilcox · 15 years ago
- a76117d x86: Use pci_claim_resource by Matthew Wilcox · 15 years ago
- a6c1409 Delete pcibios_select_root by Matthew Wilcox · 15 years ago
- cebd78a Fix pci_claim_resource by Matthew Wilcox · 15 years ago
- 7cc4766 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
- 55a6fbf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
- 3fe0344 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
- 2021de8 mfd: early init for MFD running regulators by Samuel Ortiz · 15 years ago
- 4d3792e mfd: fix tmio related warnings by Samuel Ortiz · 15 years ago
- 09f05ce mfd: asic3: enable SD/SDIO cell by Philipp Zabel · 15 years ago
- 9461f65 mfd: asic3: enable DS1WM cell by Philipp Zabel · 15 years ago
- 1b89040 mfd: asic3: remove SD/SDIO controller register definitions by Philipp Zabel · 15 years ago
- be584bd mfd: asic3: use resource_size macro instead of local variable by Philipp Zabel · 15 years ago
- 01906d6 mfd: add ASIC3 IRQ numbers by Philipp Zabel · 15 years ago
- e956a2a mfd: asic3: add clock handling for MFD cells by Philipp Zabel · 15 years ago
- 6483c1b mfd: asic3: add asic3_set_register common operation by Philipp Zabel · 15 years ago
- 9e5aca5 mfd: Fix Kconfig help text for WM8350 by Mark Brown · 16 years ago
- 13a09f9 mfd: add PCAP driver by Daniel Ribeiro · 16 years ago
- 14fa569 mfd: add U300 AB3100 core support by Linus Walleij · 16 years ago
- 516eca2 drivers/mfd: remove obsolete irq_desc_t typedef by Thomas Gleixner · 16 years ago
- 1346a1c mfd/pcf50633-gpio.c: add MODULE_LICENSE by Adrian Bunk · 16 years ago