summaryrefslogtreecommitdiffstats
path: root/fs/nls/nls_iso8859-9.c
diff options
context:
space:
mode:
authorAlan Cox2006-01-19 02:44:07 +0100
committerLinus Torvalds2006-01-19 04:20:30 +0100
commit715b49ef2de6fcead0776d9349071670282faf65 (patch)
treed09b77c804aba3b191dc0ceb294387cf730ede4b /fs/nls/nls_iso8859-9.c
parent[PATCH] Add pselect/ppoll system calls on i386 (diff)
downloadkernel-qcow2-linux-715b49ef2de6fcead0776d9349071670282faf65.tar.gz
kernel-qcow2-linux-715b49ef2de6fcead0776d9349071670282faf65.tar.xz
kernel-qcow2-linux-715b49ef2de6fcead0776d9349071670282faf65.zip
[PATCH] EDAC: atomic scrub operations
EDAC requires a way to scrub memory if an ECC error is found and the chipset does not do the work automatically. That means rewriting memory locations atomically with respect to all CPUs _and_ bus masters. That means we can't use atomic_add(foo, 0) as it gets optimised for non-SMP This adds a function to include/asm-foo/atomic.h for the platforms currently supported which implements a scrub of a mapped block. It also adjusts a few other files include order where atomic.h is included before types.h as this now causes an error as atomic_scrub uses u32. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/nls/nls_iso8859-9.c')
0 files changed, 0 insertions, 0 deletions
| * nl80211: Add CAN_REPLACE_PTK0 APIAlexander Wetzel2018-09-051-0/+6 | * mac80211: support radiotap L-SIG dataShaul Triebitz2018-09-053-0/+38 | * mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-053-7/+18 | * mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg2018-09-051-0/+20 | * mac80211: add ability to parse CCFS2Johannes Berg2018-09-056-22/+50 | * mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-054-0/+79 | * ieee80211: add new VHT capability fields/parsingJohannes Berg2018-09-052-2/+142 | * mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz2018-09-051-0/+3 | * cfg80211: add he_capabilities (ext) IE to AP settingsShaul Triebitz2018-09-052-0/+5 | * ieee80211: remove redundant leading zeroesSara Sharon2018-09-051-2/+2 | * mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-056-26/+59 | * mac80211: use le16_encode_bits() instead of open-codingJohannes Berg2018-09-051-1/+1 | * mac80211: remove pointless 'params' NULL checksJohannes Berg2018-09-051-4/+2Star | * mac80211: Add he_capa debugfs entryIdo Yariv2018-09-051-0/+325 |/ * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-05