aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-23memcg: remove impossible conditional when committingJohannes Weiner
2011-03-23memcg: remove unused page flag bitfield definesJohannes Weiner
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner
2011-03-23memcg: soft limit reclaim should end at limit not belowJohannes Weiner
2011-03-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki
2011-03-23memcg: res_counter_read_u64(): fix potential races on 32-bit machinesKAMEZAWA Hiroyuki
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-23m68k: remove inline asm from minix_find_first_zero_bitAkinobu Mita
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-03-23dm: use little-endian bitopsAkinobu Mita
2011-03-23md: use little-endian bitopsAkinobu Mita
2011-03-23ufs: use little-endian bitopsAkinobu Mita
2011-03-23udf: use little-endian bitopsAkinobu Mita
2011-03-23reiserfs: use little-endian bitopsAkinobu Mita
2011-03-23nilfs2: use little-endian bitopsAkinobu Mita
2011-03-23ocfs2: use little-endian bitopsAkinobu Mita
2011-03-23ext4: use little-endian bitopsAkinobu Mita
2011-03-23ext3: use little-endian bitopsAkinobu Mita
2011-03-23rds: use little-endian bitopsAkinobu Mita
2011-03-23kvm: use little-endian bitopsAkinobu Mita
2011-03-23asm-generic: use little-endian bitopsAkinobu Mita
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita
2011-03-23m68knommu: introduce little-endian bitopsAkinobu Mita
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita
2011-03-23m68k: introduce little-endian bitopsAkinobu Mita
2011-03-23arm: introduce little-endian bitopsAkinobu Mita
2011-03-23s390: introduce little-endian bitopsAkinobu Mita
2011-03-23powerpc: introduce little-endian bitopsAkinobu Mita
2011-03-23asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita
2011-03-23asm-generic: rename generic little-endian bitops functionsAkinobu Mita
2011-03-23bitops: merge little and big endian definisions in asm-generic/bitops/le.hAkinobu Mita
2011-03-23rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita
2011-03-23kvm: stop including asm-generic/bitops/le.h directlyAkinobu Mita
2011-03-23fs/adfs/adfs.h: fix unsigned comparisonAndrew Morton
2011-03-23ia64: fix build breakage in asm/thread_info.hLuck, Tony
2011-03-23Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson
2011-03-23spi/omap_mcspi: Fix broken last word xferJarkko Nikula
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro
2011-03-23of/flattree: minor cleanupsAndres Salomon
2011-03-23dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely
2011-03-23dt: protect against NULL matches passed to of_match_node()Grant Likely
2011-03-23dt: Refactor of_platform_bus_probe()Grant Likely
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson
2011-03-23proc: disable mem_write after execStephen Wilson
2011-03-23mm: implement access_remote_vmStephen Wilson
2011-03-23mm: factor out main logic of access_process_vmStephen Wilson
2011-03-23mm: use mm_struct to resolve gate vma's in __get_user_pagesStephen Wilson
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson