summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpumask: convert for_each_cpumask() with for_each_cpu()KOSAKI Motohiro2011-07-261-1/+1
* fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter()Oleg Nesterov2011-07-261-7/+0
* exec: do not retry load_binary method if CONFIG_MODULES=nTetsuo Handa2011-07-261-2/+4
* exec: do not call request_module() twice from search_binary_handler()Tetsuo Handa2011-07-261-0/+2
* fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-07-261-1/+1
* kernel/fork.c: fix a few coding style issuesDaniel Rebelo de Oliveira2011-07-261-35/+48
* proc: fix a race in do_io_accounting()Vasiliy Kulikov2011-07-261-3/+13
* procfs: return ENOENT on opening a being-removed proc entryDaisuke Ogino2011-07-261-1/+1
* h8300/m68k/xtensa: __FD_ISSET should return 0/1Andrew Morton2011-07-263-3/+3
* do_coredump: fix the "ispipe" error checkOleg Nesterov2011-07-261-6/+6
* coredump: escape / in hostname and commJiri Slaby2011-07-261-8/+23
* coredump: use task comm instead of (unknown)Jiri Slaby2011-07-261-1/+1
* ptrace: unify show_regs() prototypeMike Frysinger2011-07-2621-28/+0
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2011-07-266-1/+43
* memcg: get rid of percpu_charge_mutex lockMichal Hocko2011-07-261-10/+2
* memcg: add mem_cgroup_same_or_subtree() helperMichal Hocko2011-07-261-25/+26
* memcg: unify sync and async per-cpu charge cache drainingMichal Hocko2011-07-261-14/+34
* memcg: do not try to drain per-cpu caches without pagesMichal Hocko2011-07-261-6/+7
* memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2011-07-265-18/+303
* memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura2011-07-261-1/+1
* memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki2011-07-261-6/+12
* memcg: change memcg_oom_mutex to spinlockMichal Hocko2011-07-261-11/+11
* memcg: make oom_lock 0 and 1 based rather than counterMichal Hocko2011-07-261-16/+70
* memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2011-07-264-132/+60
* memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki2011-07-263-25/+26
* rtc: fix hrtimer deadlockThomas Gleixner2011-07-261-19/+37
* rtc: limit frequencyThomas Gleixner2011-07-261-1/+1
* rtc: handle errors correctly in rtc_irq_set_state()Thomas Gleixner2011-07-261-0/+3
* mn10300, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-261-1/+0
* drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi2011-07-261-1/+1
* frv, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-262-5/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-07-2656-287/+697
|\
| * MIPS: Close races in TLB modify handlers.David Daney2011-07-261-98/+194
| * MIPS: Add uasm UASM_i_SRL_SAFE macro.David Daney2011-07-261-0/+2
| * MIPS: RB532: Use hex_to_bin()Andy Shevchenko2011-07-251-15/+9
| * MIPS: Enable cpu_has_clo_clz for MIPS Technologies' platformsShinya Kuribayashi2011-07-252-0/+4
| * MIPS: PowerTV: Provide cpu-feature-overrides.hDavid VomLehn2011-07-251-0/+59
| * MIPS: Remove pointless return statement from empty void functions.Ralf Baechle2011-07-2511-15/+0
| * MIPS: Limit fixrange_init() to the FIXMAP regionKevin Cernekee2011-07-253-5/+5
| * MIPS: Install handlers for software IRQsKevin Cernekee2011-07-251-8/+6
| * MIPS: Move FIXADDR_TOP into spaces.hKevin Cernekee2011-07-255-9/+56
| * MIPS: Add SYNC after cacheflushKevin Cernekee2011-07-251-0/+4
| * MIPS: pfn_valid() is broken on low memory HIGHMEM systemsKevin Cernekee2011-07-251-1/+1
| * MIPS: HIGHMEM DMA on noncoherent MIPS32 processorsDezhong Diao2011-07-251-46/+68
| * MIPS: topdown mmap supportJian Peng2011-07-252-23/+171
| * MIPS: Remove redundant addr_limit assignment on exec.Mathias Krause2011-07-251-1/+0
| * MIPS: AR7: Replace __attribute__((__packed__)) with __packedFlorian Fainelli2011-07-251-1/+1
| * MIPS: AR7: Remove 'space before tabs' in platform.cFlorian Fainelli2011-07-251-1/+1
| * MIPS: Lantiq: Add missing clk_enable and clk_disable functions.John Crispin2011-07-201-0/+13
| * MIPS: AR7: Fix trailing semicolon bug in clock.cFlorian Fainelli2011-07-201-1/+1