summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sh: add clk_round_parent() to optimize parent clock rateGuennadi Liakhovetski2010-11-082-0/+79
* sh: clkfwk: Fix up rate rounding error handling.Paul Mundt2010-11-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-3015-67/+128
|\
| * isdn: mISDN: socket: fix information leak to userlandKulikov Vasiliy2010-10-301-0/+2
| * netdev: can: Change mail address of Hans J. KochHans J. Koch2010-10-301-1/+1
| * pcnet_cs: add new_idKen Kawasaki2010-10-301-0/+1
| * net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds2010-10-301-0/+4
| * RDS: Let rds_message_alloc_sgs() return NULLAndy Grover2010-10-303-0/+17
| * RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover2010-10-301-39/+65
| * RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover2010-10-301-3/+2
| * RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover2010-10-301-1/+3
| * net: fix rds_iovec page count overflowLinus Torvalds2010-10-301-0/+7
| * can: pch_can: fix section mismatch warning by using a whitelisted nameMarc Kleine-Budde2010-10-301-3/+3
| * can: pch_can: fix sparse warningMarc Kleine-Budde2010-10-301-2/+2
| * netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probeDenis Kirjanov2010-10-301-1/+0
| * ip_gre: fix fallback tunnel setupEric Dumazet2010-10-301-3/+3
| * vmxnet: trivial annotation of protocol constantHarvey Harrison2010-10-301-1/+1
| * vmxnet3: remove unnecessary byteswapping in BAR writing macrosHarvey Harrison2010-10-301-4/+4
| * ipv6/udp: report SndbufErrors and RcvbufErrorsEric Dumazet2010-10-301-0/+4
| * phy/marvell: rename 88ec048 to 88e1318s and fix mscr1 addrCyril Chemparathy2010-10-292-10/+10
* | nfsd4: initialize delegation pointer to leaseJ. Bruce Fields2010-10-301-17/+2
* | locks: fix setlease methods to free passed-in lockJ. Bruce Fields2010-10-305-3/+11
* | locks: fix leaks on setlease errorsJ. Bruce Fields2010-10-301-5/+7
* | locks: prevent ENOMEM on lease unlockJ. Bruce Fields2010-10-301-13/+30
* | drivers/media/IR/ir-keytable.c: fix binary searchDavid Härdeman2010-10-301-3/+3
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-10-3012-64/+219
|\ \
| * | Ensure FMODE_NONOTIFY is not set by userspaceLino Sanfilippo2010-10-301-4/+5
| * | make fanotify_read() restartable across signalsLino Sanfilippo2010-10-301-1/+1
| * | fsnotify: remove alignment padding from fsnotify_mark on 64 bit buildsRichard Kennedy2010-10-281-1/+1
| * | fs/notify/fanotify/fanotify_user.c: fix warningsAndrew Morton2010-10-281-3/+2
| * | fanotify: Fix FAN_CLOSE commentsStefan Hajnoczi2010-10-281-2/+2
| * | fanotify: do not recalculate the mask if the ignored mask changedEric Paris2010-10-281-3/+3
| * | fanotify: ignore events on directories unless specifically requestedEric Paris2010-10-283-2/+25
| * | fsnotify: rename FS_IN_ISDIR to FS_ISDIREric Paris2010-10-283-13/+13
| * | fanotify: do not send events for irregular filesEric Paris2010-10-281-5/+6
| * | fanotify: limit number of listeners per userEric Paris2010-10-284-1/+25
| * | fanotify: allow userspace to override max marksEric Paris2010-10-282-2/+11
| * | fanotify: limit the number of marks in a single fanotify groupEric Paris2010-10-282-0/+10
| * | fanotify: allow userspace to override max queue depthEric Paris2010-10-282-3/+11
| * | fsnotify: implement a default maximum queue depthEric Paris2010-10-282-1/+4
| * | fanotify: ignore fanotify ignore marks if open writersEric Paris2010-10-281-0/+10
| * | fanotify: allow userspace to flush all marksEric Paris2010-10-281-1/+2
| * | fsnotify: call fsnotify_parent in perm eventsEric Paris2010-10-283-11/+21
| * | fsnotify: correctly handle return codes from listenersEric Paris2010-10-282-8/+14
| * | fanotify: use __aligned_u64 in fanotify userspace metadataEric Paris2010-10-281-2/+2
| * | fanotify: implement fanotify listener orderingEric Paris2010-10-282-2/+34
| * | fsnotify: implement ordering between notifiersEric Paris2010-10-283-3/+20
| * | fanotify: allow fanotify to be builtEric Paris2010-10-282-1/+2
| | |
| \ \
*-. \ \ Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-10-3012-82/+153
|\ \ \ \
| | * | | x86: Check irq_remapped instead of remapping_enabled in destroy_irq()Yinghai Lu2010-10-301-1/+1