summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | timer stats: Fix del_timer_sync() and try_to_del_timer_sync()Andrew Morton2010-03-121-0/+1
| * | | | | clockevents: Sanitize min_delta_ns adjustment and prevent overflowsThomas Gleixner2010-03-123-13/+44
* | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-261-3/+11
|\ \ \ \ \ \
| * | | | | | ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte alignSteven Rostedt2010-03-191-3/+11
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-261-4/+8
|\ \ \ \ \ \
| * | | | | | sched: Use proper type in sched_getaffinity()KOSAKI Motohiro2010-03-171-1/+1
| * | | | | | kernel/sched.c: Suppress unused var warningAndrew Morton2010-03-161-1/+1
| * | | | | | sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro2010-03-151-3/+7
| |/ / / / /
* | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-269-24/+62
|\ \ \ \ \ \
| * | | | | | powerpc/perf_events: Fix call-graph recording, add perf_arch_fetch_caller_regsPaul Mackerras2010-03-182-0/+30
| * | | | | | perf top: Add missing initialization to zeroArnaldo Carvalho de Melo2010-03-161-1/+1
| * | | | | | perf probe: Use original address instead of CU-based addressMasami Hiramatsu2010-03-162-10/+2
| * | | | | | perf probe: Fix offset to allow signed valueMasami Hiramatsu2010-03-161-2/+2
| * | | | | | perf top: Improve the autosizing of column lenghtsArnaldo Carvalho de Melo2010-03-163-10/+24
| * | | | | | perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu2010-03-131-1/+1
| * | | | | | perf probe: Fix probe_point buffer overrunMasami Hiramatsu2010-03-132-1/+3
* | | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-03-262-11/+46
|\ \ \ \ \ \ \
| * | | | | | | genirq: Move two IRQ functions from .init.text to .textHenrik Kretzschmar2010-03-241-2/+2
| * | | | | | | genirq: Protect access to irq_desc->action in can_request_irq()Thomas Gleixner2010-03-241-0/+4
| * | | | | | | genirq: Prevent oneshot irq thread raceThomas Gleixner2010-03-102-9/+40
* | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-265-33/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Remove excessive early_res debug outputJiri Kosina2010-03-241-13/+0
| * | | | | | | | softlockup: Stop spurious softlockup messages due to overflowColin Ian King2010-03-211-2/+2
| * | | | | | | | rcu: Fix local_irq_disable() CONFIG_PROVE_RCU=y false positivesLai Jiangshan2010-03-181-2/+2
| * | | | | | | | rcu: Fix tracepoints & lockdep false positiveLai Jiangshan2010-03-161-1/+1
| * | | | | | | | rcu: Make rcu_read_lock_bh_held() allow for disabled BHPaul E. McKenney2010-03-162-15/+27
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-03-263-65/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | firewire: core: align driver match with modaliasStefan Richter2010-03-241-49/+38
| * | | | | | | | firewire: core: fix Model_ID in modaliasStefan Richter2010-03-241-26/+14
| * | | | | | | | firewire: ohci: add cycle timer quirk for the TI TSB12LV22Clemens Ladisch2010-03-171-0/+4
| * | | | | | | | firewire: core: fw_iso_resource_manage: fix error handlingClemens Ladisch2010-03-151-2/+3
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-261-8/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Restore LOOKUP_DIRECTORY hint handling in final lookup on open()Al Viro2010-03-261-8/+10
* | | | | | | | | | NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells2010-03-251-1/+1
* | | | | | | | | | NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells2010-03-251-2/+2
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-03-253-15/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ext4: Fixed inode allocator to correctly track a flex_bg's used_dirsEric Sandeen2010-03-241-2/+2
| * | | | | | | | | | ext4: Don't use delayed allocation by default when used instead of ext3Jan Kara2010-03-251-9/+16
| * | | | | | | | | | ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3Theodore Ts'o2010-03-251-2/+2
| * | | | | | | | | | ext4: Fix estimate of # of blocks needed to write indirect-mapped filesJan Kara2010-03-141-2/+2
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-2523-169/+166
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | TIPC: Removed inactive maintainerJon Maloy2010-03-251-1/+0
| * | | | | | | | | | isdn: Cleanup Sections in PCMCIA driver elsaHenne2010-03-251-6/+6
| * | | | | | | | | | isdn: Cleanup Sections in PCMCIA driver avma1Henne2010-03-251-6/+6
| * | | | | | | | | | isdn: Cleanup Sections in PCMCIA driver telesHenne2010-03-251-6/+6
| * | | | | | | | | | isdn: Cleanup Sections in PCMCIA driver sedlbauerHenne2010-03-251-6/+6
| * | | | | | | | | | via-velocity: Fix FLOW_CNTL_TX_RX handling in set_mii_flow_control()David S. Miller2010-03-251-1/+1
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-03-254-3/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | netfilter: xt_hashlimit: IPV6 bugfixEric Dumazet2010-03-251-0/+1
| | * | | | | | | | | | netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik2010-03-252-1/+2