| Commit message (Expand) | Author | Age | Files | Lines |
* | [MATH-EMU]: Fix underflow exception reporting. | David S. Miller | 2007-08-16 | 4 | -1/+19 |
* | [SPARC64]: Create a HWCAP_SPARC_N2 and report it to userspace on Niagara-2. | David S. Miller | 2007-08-16 | 1 | -2/+8 |
* | [SPARC64]: SMP trampoline needs to avoid %tick_cmpr on sun4v too. | David S. Miller | 2007-08-16 | 1 | -4/+3 |
* | [SPARC64]: Do not touch %tick_cmpr on sun4v cpus. | David S. Miller | 2007-08-16 | 1 | -1/+2 |
* | [SPARC64]: Niagara-2 optimized copies. | David S. Miller | 2007-08-16 | 8 | -1/+716 |
* | [SPARC64]: Allow userspace to get at the machine description. | David S. Miller | 2007-08-15 | 1 | -0/+38 |
* | [SPARC32]: Remove superfluous 'kernel_end' alignment on sun4c. | Mark Fortescue | 2007-08-14 | 1 | -2/+0 |
* | [SPARC32]: Fix bogus ramdisk image location check. | Mark Fortescue | 2007-08-14 | 1 | -2/+1 |
* | [SPARC32]: Remove iommu from struct sbus_bus and use archdata like sparc64. | Robert Reif | 2007-08-10 | 4 | -16/+16 |
* | SLUB: Fix format specifier in Documentation/vm/slabinfo.c | Jesper Juhl | 2007-08-09 | 1 | -1/+1 |
* | SLUB: Fix dynamic dma kmalloc cache creation | Christoph Lameter | 2007-08-09 | 1 | -14/+45 |
* | SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrink | Christoph Lameter | 2007-08-09 | 1 | -7/+2 |
* | remove dubious legal statment from uio-howto | Alan Cox | 2007-08-09 | 1 | -4/+0 |
* | Fix Alpha O_CLOEXEC definition | Richard Henderson | 2007-08-09 | 1 | -0/+1 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2007-08-09 | 11 | -84/+67 |
|\ |
|
| * | SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends | Trond Myklebust | 2007-08-07 | 2 | -4/+2 |
| * | NFS: Replace flush_scheduled_work with cancel_work_sync() and friends | Trond Myklebust | 2007-08-07 | 2 | -7/+4 |
| * | SUNRPC: Don't call gss_delete_sec_context() from an rcu context | Trond Myklebust | 2007-08-07 | 1 | -3/+6 |
| * | NFSv4: Don't call put_rpccred() from an rcu callback | Trond Myklebust | 2007-08-07 | 1 | -6/+15 |
| * | NFS: Fix NFSv4 open stateid regressions | Trond Myklebust | 2007-08-07 | 1 | -9/+7 |
| * | NFSv4: Fix a locking regression in nfs4_set_mode_locked() | Trond Myklebust | 2007-08-07 | 1 | -4/+1 |
| * | NFS: Fix put_nfs_open_context | Trond Myklebust | 2007-08-07 | 2 | -17/+9 |
| * | SUNRPC: Fix a race in rpciod_down() | Trond Myklebust | 2007-08-07 | 1 | -34/+23 |
* | | hexdump: use const notation | Artem Bityutskiy | 2007-08-09 | 2 | -3/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-08-09 | 12 | -27/+52 |
|\ \ |
|
| * | | [TCP]: H-TCP maxRTT estimation at startup | Stephen Hemminger | 2007-08-07 | 1 | -3/+1 |
| * | | [NETFILTER]: nf_nat: add symbolic dependency on IPv4 conntrack | Patrick McHardy | 2007-08-07 | 3 | -1/+9 |
| * | | [NETFILTER]: ctnetlink: return EEXIST instead of EINVAL for existing nat'ed c... | Pablo Neira Ayuso | 2007-08-07 | 1 | -8/+9 |
| * | | [NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_op... | Jesper Juhl | 2007-08-07 | 1 | -1/+6 |
| * | | Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin... | David S. Miller | 2007-08-07 | 4 | -10/+20 |
| |\ \ |
|
| | * | | [PATCH] mac80211: don't allow scanning in monitor mode | Daniel Drake | 2007-08-06 | 1 | -6/+13 |
| | * | | [PATCH] mac80211: Fix sparse error for sta_last_seq_ctrl_read | Zhu Yi | 2007-08-06 | 1 | -1/+1 |
| | * | | [PATCH] mac80211: use do { } while (0) for multi-line macros | Zhu Yi | 2007-08-06 | 1 | -3/+5 |
| | * | | [PATCH] mac80211: missing dev_put in ieee80211_master_start_xmit | Daniel Drake | 2007-08-06 | 1 | -0/+1 |
| * | | | [NET] net/core/utils: fix sparse warning | Johannes Berg | 2007-08-07 | 1 | -0/+1 |
| * | | | [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has... | Paul Moore | 2007-08-07 | 1 | -4/+6 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-08-09 | 23 | -119/+684 |
|\ \ \ |
|
| * | | | [SPARC64]: Fix memory leak when cpu hotplugging. | David S. Miller | 2007-08-08 | 4 | -65/+28 |
| * | | | [SPARC64]: Do not assume sun4v chips have load-twin/store-init support. | David S. Miller | 2007-08-08 | 13 | -37/+604 |
| * | | | [SPARC64]: Fix hard-coding of cpu type output in /proc/cpuinfo on sun4v. | David S. Miller | 2007-08-07 | 1 | -8/+40 |
| * | | | [SPARC]: Centralize find_in_proplist() instead of duplicating N times. | David S. Miller | 2007-08-07 | 6 | -36/+39 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2007-08-09 | 3 | -16/+16 |
|\ \ \ |
|
| * | | | mmc: at91_mci: remove whitespace at the end of lines | Nicolas Ferre | 2007-08-09 | 1 | -4/+4 |
| * | | | mmc: reorganize bounce buffer init | Pierre Ossman | 2007-08-09 | 1 | -7/+7 |
| * | | | wbsd: fix section mismatch warnings | Gabriel C | 2007-08-09 | 1 | -5/+5 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched | Linus Torvalds | 2007-08-09 | 8 | -334/+421 |
|\ \ \ |
|
| * | | | sched: refine negative nice level granularity | Ingo Molnar | 2007-08-09 | 1 | -6/+10 |
| * | | | sched: fix update_stats_enqueue() reniced codepath | Ingo Molnar | 2007-08-09 | 1 | -1/+2 |
| * | | | sched: round a bit better | Ingo Molnar | 2007-08-09 | 1 | -7/+11 |
| * | | | sched: make the multiplication table more accurate | Ingo Molnar | 2007-08-09 | 1 | -13/+16 |