aboutsummaryrefslogtreecommitdiffstats
path: root/security (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-06md: Ensure an md array never has too many devices.NeilBrown1-10/+14
2009-02-06md: Fix a bug in linear.c causing which_dev() to return the wrong device.Andre Noll1-3/+3
2009-02-06md: Allow read error in a single drive raid1 to be passed up.NeilBrown1-1/+2
2009-02-05prevent kprobes from catching spurious page faultsMasami Hiramatsu1-2/+6
2009-02-05braino in sg_ioctl_trans()Al Viro1-1/+1
2009-02-05Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller1-8/+4
2009-02-05ipv6: Copy cork options in ip6_append_dataHerbert Xu1-15/+52
2009-02-05udp: Fix UDP short packet false positiveJesper Dangaard Brouer1-1/+2
2009-02-05seq_file: fix big-enough lseek() + read()Alexey Dobriyan1-0/+1
2009-02-05seq_file: move traverse so it can be used from seq_readEric Biederman1-57/+57
2009-02-05sgi-xp: fix writing past the end of kzalloc()'d spaceDean Nelson2-8/+8
2009-02-05alpha: fixup BUG macroAlexey Dobriyan1-2/+2
2009-02-05sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl()Dan Carpenter1-3/+5
2009-02-05atyfb: fix CONFIG_ namespace violationsRandy Dunlap7-52/+52
2009-02-05rtc-ds1390: fix compilation warnings in drivers/rtc/rtc-ds1390.cManish Katiyar1-1/+0
2009-02-05drivers/video/backlight: rename da903x to da903x_blMike Rapoport2-1/+1
2009-02-05atmel-ssc: fix misuse of dev_dbg when requested ssc instance is not foundHans-Christian Egtvedt1-1/+1
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte1-1/+1
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner3-11/+63
2009-02-05maintainers: general@lists.openfabrics.org is moderatedRandy Dunlap1-1/+1
2009-02-05lis3lv02d: add axes knowledge for HP 6710Martin Kebert1-1/+2
2009-02-05lis3lv02d: add axes knowledge for HP 6730Pavel Herrmann1-0/+1
2009-02-05lis3lv02d: add axes knowledge for HP 6530Eric Piel1-0/+2
2009-02-05lis3lv02d: add axes knowledge for HP 6510bJiri Tersel1-1/+2
2009-02-05hp-wmi: fix error path in hp_wmi_bios_setup()Andrew Morton1-2/+4
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton1-12/+4
2009-02-05shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMTony Battersby1-0/+4
2009-02-05fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi3-72/+98
2009-02-05rtc: rtc-dm355evm driverDavid Brownell3-0/+182
2009-02-05misc: dell-laptop should depend on POWER_SUPPLYMatthew Garrett1-0/+1
2009-02-05generic swap(): don't return a value from swap()Peter Zijlstra1-1/+2
2009-02-05hpilo: open/close fixDavid Altobelli2-3/+5
2009-02-05kernel/async.c: fix printk warningsAndrew Morton1-4/+8
2009-02-04gianfar: Fix potential soft reset raceAndy Fleming1-0/+3
2009-02-04gianfar: Fix BD_LENGTH_MASK definitionAndy Fleming1-1/+1
2009-02-04cxgb3: Fix lro switchDivy Le Ray1-2/+1
2009-02-04iwlwifi: save PCI state before suspend, restore after resumeReinette Chatre2-0/+4
2009-02-04iwlwifi: clean key table in iwl_clear_stations_tableReinette Chatre1-0/+3
2009-02-04Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()"Mark Fasheh1-59/+0
2009-02-04ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin1-1/+1
2009-02-04Blackfin arch: Remove outdated codeMichael Hennerich1-23/+1
2009-02-04Blackfin arch: Fix udelay implementationMichael Hennerich1-6/+5
2009-02-04Blackfin arch: Update Copyright informationMichael Hennerich1-1/+1
2009-02-04Blackfin arch: Add BF561 PPI POLS, POLC MasksMichael Hennerich1-0/+2
2009-02-04Blackfin arch: Update CM-BF527 kernel configMichael Hennerich1-124/+321
2009-02-04Blackfin arch: define bfin_memmap as static since it is only used hereMike Frysinger1-1/+1
2009-02-04Blackfin arch: cplb mananger: use a do...while loop rather than a for loopMike Frysinger1-4/+8
2009-02-04Blackfin arch: fix bug - traps test case 19 for exception 0x2d failsBernd Schmidt1-3/+1
2009-02-04Blackfin arch: add platform device bfin_mii-bus and KSZ8893M switch driver platform resources to board filesGraf Yang10-0/+105