linux_dsm_epyc7002/arch/microblaze/kernel
Linus Torvalds d975f309a8 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
Pull SG updates from Jens Axboe:
 "This contains a set of scatter-gather related changes/fixes for 4.3:

   - Add support for limited chaining of sg tables even for
     architectures that do not set ARCH_HAS_SG_CHAIN.  From Christoph.

   - Add sg chain support to target_rd.  From Christoph.

   - Fixup open coded sg->page_link in crypto/omap-sham.  From
     Christoph.

   - Fixup open coded crypto ->page_link manipulation.  From Dan.

   - Also from Dan, automated fixup of manual sg_unmark_end()
     manipulations.

   - Also from Dan, automated fixup of open coded sg_phys()
     implementations.

   - From Robert Jarzmik, addition of an sg table splitting helper that
     drivers can use"

* 'for-4.3/sg' of git://git.kernel.dk/linux-block:
  lib: scatterlist: add sg splitting function
  scatterlist: use sg_phys()
  crypto/omap-sham: remove an open coded access to ->page_link
  scatterlist: remove open coded sg_unmark_end instances
  crypto: replace scatterwalk_sg_chain with sg_chain
  target/rd: always chain S/G list
  scatterlist: allow limited chaining without ARCH_HAS_SG_CHAIN
2015-09-02 13:22:38 -07:00
..
cpu microblaze: Add missing release version code 2015-06-08 09:57:07 +02:00
.gitignore
asm-offsets.c
dma.c scatterlist: use sg_phys() 2015-08-17 08:13:26 -06:00
early_printk.c
entry-nommu.S
entry.S microblaze: Fix syscall error recovery for invalid syscall IDs 2015-03-04 15:12:27 +01:00
exceptions.c
ftrace.c
head.S
heartbeat.c
hw_exception_handler.S
intc.c microblaze/irq: prepare for drivers/irqchip/irqchip.h removal 2015-07-31 20:51:21 +02:00
irq.c
kgdb.c microblaze: Label local function static 2015-06-08 09:57:08 +02:00
Makefile microblaze: Remove unused prom_parse.c 2015-01-05 12:36:41 +01:00
mcount.S
microblaze_ksyms.c
misc.S
module.c
platform.c
process.c
prom.c
ptrace.c microblaze: Use unsigned return type in do_syscall_trace_enter 2015-01-05 12:36:43 +01:00
reset.c microblaze: Remove unused prom header from reset.c 2015-01-05 12:36:42 +01:00
setup.c
signal.c Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc 2015-04-15 13:53:55 -07:00
stacktrace.c
sys_microblaze.c
syscall_table.S microblaze: Wire-up execveat syscall 2015-01-05 12:36:40 +01:00
timer.c microblaze/timer: Migrate to new 'set-state' interface 2015-08-10 11:41:00 +02:00
traps.c
unwind.c microblaze: Mark get_frame_size as static 2015-01-05 12:36:44 +01:00
vmlinux.lds.S