aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swapfile.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27[media] media: Convert vmalloc/memset to vzallocJoe Perches1-6/+2
2011-07-27dvb_net: Simplify the code if DVB NET is not definedMauro Carvalho Chehab1-10/+3
2011-07-27[media] Make DVB NET configurable in the kernelHans Petter Selasky3-2/+40
2011-07-27[media] tea575x: convert to control frameworkOndrej Zary2-73/+39
2011-07-27[media] Fix compile warning: Dereferencing type-punned pointer will break strict-aliasing rulesHans Petter Selasky1-2/+2
2011-07-27[media] v4l: Document EACCES in VIDIOC_[GS]_CTRL and VIDIOC_{G, S, TRY}_EXT_CTRLSSakari Ailus2-0/+14
2011-07-27[media] videobuf_pages_to_sg: sglist[0] length problemNewson Edouard1-2/+3
2011-07-27[media] cx23885: restore flushes of cx23885_dev work itemsTejun Heo1-0/+3
2011-07-27[media] saa7164: poll mask set incorrectlyDan Carpenter2-10/+2
2011-07-27[media] cxd2820r: correct missing error checksAntti Palosaari1-0/+4
2011-07-27[media] Update several cardlistsMauro Carvalho Chehab6-0/+12
2011-07-27[media] em28xx: use the proper prefix for board namesMauro Carvalho Chehab3-4/+4
2011-07-27[media] em28xx: correct PCTV nanoStick T2 290e device nameAntti Palosaari1-3/+3
2011-07-27[media] em28xx: add remote for PCTV nanoStick T2 290eAntti Palosaari1-1/+1
2011-07-27[media] em28xx: EM28174 remote supportAntti Palosaari1-0/+1
2011-07-27[media] cxd2820r: fix bitfieldsAntti Palosaari2-4/+4
2011-07-27[media] cxd2820r: malloc buffers instead of stackAntti Palosaari1-4/+14
2011-07-27[media] anysee: style issues, comments, etcAntti Palosaari2-19/+21
2011-07-27[media] anysee: add support for Anysee E7 PS2Antti Palosaari2-0/+13
2011-07-27[media] anysee: add support for Anysee E7 PTCAntti Palosaari2-7/+27
2011-07-27[media] gspca - ov519: New sensor ov9600 with bridge ovfx2Jean-François Moine1-13/+96
2011-07-27[media] DocBook: Move all media docbook stuff into its own directoryMauro Carvalho Chehab166-720/+275
2011-07-27[media] DocBook: Add rules to auto-generate some media docbookMauro Carvalho Chehab4-2484/+258
2011-07-21Linux 3.0Linus Torvalds1-1/+1
2011-07-21sparc,kgdbts: fix compile regression with kgdb test suiteJason Wessel1-0/+1
2011-07-21x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin1-0/+8
2011-07-21x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman1-0/+8
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds1-2/+0
2011-07-21FS-Cache: Fix __fscache_uncache_all_inode_pages()'s outer loopJan Beulich1-9/+5
2011-07-21CIFS: Fix wrong length in cifs_iovec_readPavel Shilovsky1-1/+1
2011-07-20signal: align __lock_task_sighand() irq disabling and RCUPaul E. McKenney1-6/+13
2011-07-20softirq,rcu: Inform RCU of irq_exit() activityPeter Zijlstra2-3/+11
2011-07-20sched: Add irq_{enter,exit}() to scheduler_ipi()Peter Zijlstra1-6/+38
2011-07-20rcu: protect __rcu_read_unlock() against scheduler-using irq handlersPaul E. McKenney1-5/+24
2011-07-20sched: Avoid creating superfluous NUMA domains on non-NUMA systemsPeter Zijlstra1-0/+2
2011-07-20sched: Allow for overlapping sched_domain spansPeter Zijlstra3-29/+132
2011-07-20sched: Break out cpu_power from the sched_group structurePeter Zijlstra3-34/+58
2011-07-19vmscan: fix a livelock in kswapdShaohua Li1-1/+2
2011-07-19fs/libfs.c: fix simple_attr_write() on 32bit machinesAkinobu Mita1-1/+1
2011-07-19vfs: fix race in rcu lookup of pruned dentryLinus Torvalds1-1/+6
2011-07-19rcu: Streamline code produced by __rcu_read_unlock()Paul E. McKenney1-6/+6
2011-07-19rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_specialPaul E. McKenney2-2/+9
2011-07-19rcu: decrease rcu_report_exp_rnp coupling with schedulerPaul E. McKenney1-2/+4
2011-07-19ceph: fix file mode calculationSage Weil1-7/+10
2011-07-19davinci: DM365 EVM: fix video input mux bitsJon Povey1-2/+2
2011-07-19ARM: davinci: Check for NULL return from irq_alloc_generic_chipTodd Poynor1-0/+6
2011-07-18drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson3-38/+41
2011-07-18pppoe: Must flush connections when MAC address changes too.David S. Miller1-1/+2
2011-07-18include/linux/sdla.h: remove the prototype of sdla()WANG Cong1-5/+1
2011-07-18Fix cifs_get_root()Al Viro1-71/+29