Commit Graph

235285 Commits (326c86deaed54ad1b364fcafe5073f563671eb58)
 

Author SHA1 Message Date
Mitko Haralanov 36b87b419c IB/qib: Fix M_Key field in SubnGet and SubnGetResp MADs 14 years ago
Mitko Haralanov 4634b7945c IB/qib: Set default LE2 value for active cables to 0 14 years ago
Steve Wise db5d040d7b RDMA/cxgb4: Debugfs dump_qp() updates 14 years ago
Steve Wise 767fbe8151 RDMA/cxgb4: Dispatch FATAL event on EEH errors 14 years ago
Steve Wise b48f3b9c10 RDMA/cxgb4: Use ULP_MODE_TCPDDP 14 years ago
Steve Wise a9c7719800 RDMA/cxgb4: Enable on-chip SQ support by default 14 years ago
Steve Wise ffc3f7487f RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reaps 14 years ago
Steve Wise 2942813739 RDMA/cxgb4: Remove db_drop_task 14 years ago
Steve Wise b52fe09e33 RDMA/cxgb4: Turn on delayed ACK 14 years ago
Linus Torvalds 5f40d42094 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 14 years ago
Linus Torvalds 215fd2fa88 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 14 years ago
Linus Torvalds 786c58b727 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog 14 years ago
Timo Warns 1eafbfeb7b Fix corrupted OSF partition table parsing 14 years ago
Hugh Dickins 2fbfac4e05 thp+memcg-numa: fix BUG at include/linux/mm.h:370! 14 years ago
Stefano Stabellini 706cc9d2a4 xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set.. 14 years ago
Konrad Rzeszutek Wilk 146c4e5117 xen/m2p: No need to catch exceptions when we know that there is no RAM 14 years ago
Konrad Rzeszutek Wilk fc25151d9a xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set. 14 years ago
Konrad Rzeszutek Wilk 2222e71bd6 xen/debugfs: Add 'p2m' file for printing out the P2M layout. 14 years ago
Konrad Rzeszutek Wilk 68df0da7f4 xen/setup: Set identity mapping for non-RAM E820 and E820 gaps. 14 years ago
Konrad Rzeszutek Wilk c761779877 xen/mmu: WARN_ON when racing to swap middle leaf. 14 years ago
Konrad Rzeszutek Wilk fb38923ead xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN. 14 years ago
Konrad Rzeszutek Wilk f4cec35b0d xen/mmu: Add the notion of identity (1-1) mapping. 14 years ago
David Howells af79420654 MN10300: atomic_read() should ensure it emits a load 14 years ago
David Howells dcca52c21e MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not exist 14 years ago
Tkhai Kirill 6fc34436be MN10300: Proper use of macros get_user() in the case of incremented pointers 14 years ago
Sebastian Andrzej Siewior 03150171dc x86: ce4100: Set pci ops via callback instead of module init 14 years ago
Maxim 6c474f7bc1 GFS2: Adding missing unlock_page() 14 years ago
Aneesh Kumar K.V 5fe0c23788 exportfs: Return the minimum required handle size 14 years ago
Al Viro c8b91accfa clean statfs-like syscalls up 14 years ago
Al Viro 73d049a40f open-style analog of vfs_path_lookup() 14 years ago
Al Viro 5b6ca027d8 reduce vfs_path_lookup() to do_path_lookup() 14 years ago
Al Viro 5a18fff209 untangle do_lookup() 14 years ago
Al Viro 40b39136f0 path_openat: clean ELOOP handling a bit 14 years ago
Al Viro f374ed5fa8 do_last: kill a rudiment of old ->d_revalidate() workaround 14 years ago
Al Viro 6c0d46c493 fold __open_namei_create() and open_will_truncate() into do_last() 14 years ago
Al Viro ca344a894b do_last: unify may_open() call and everyting after it 14 years ago
Al Viro 9b44f1b392 move may_open() from __open_name_create() to do_last() 14 years ago
Al Viro 0f9d1a10c3 expand finish_open() in its only caller 14 years ago
Al Viro 5a202bcd75 sanitize pathname component hash calculation 14 years ago
Al Viro 6a96ba5441 kill __lookup_one_len() 14 years ago
Al Viro fe2d35ff0d switch non-create side of open() to use of do_last() 14 years ago
Al Viro 70e9b35711 get rid of nd->file 14 years ago
Al Viro 951361f954 get rid of the last LOOKUP_RCU dependencies in link_path_walk() 14 years ago
Al Viro a7472baba2 make nameidata_dentry_drop_rcu_maybe() always leave RCU mode 14 years ago
Al Viro ef7562d528 make handle_dots() leave RCU mode on error 14 years ago
Al Viro 4455ca6223 clear RCU on all failure exits from link_path_walk() 14 years ago
Al Viro 9856fa1b28 pull handling of . and .. into inlined helper 14 years ago
Al Viro 7bc055d1d5 kill out_dput: in link_path_walk() 14 years ago
Al Viro 13aab428a7 separate -ESTALE/-ECHILD retries in do_filp_open() from real work 14 years ago
Al Viro 47c805dc2d switch do_filp_open() to struct open_flags 14 years ago