All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-01-27 19:25:14 to 2014-01-27 20:24:20 UTC [more...]

[PATCH 00/58] Add support for Enhanced Virtual Addressing
 2014-01-27 20:19 UTC  (87+ messages)
  ` [PATCH 01/58] MIPS: Kconfig: Add Kconfig symbols for EVA support
  ` [PATCH 02/58] MIPS: asm: Add prefetch instruction for EVA
  ` [PATCH 03/58] MIPS: asm: Add wrappers for EVA/non-EVA instructions
  ` [PATCH 04/58] MIPS: futex: Add EVA support for futex operations
  ` [PATCH 05/58] MIPS: uapi: inst: Add new EVA opcodes
  ` [PATCH 06/58] MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions
  ` [PATCH 07/58] MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall arguments
  ` [PATCH 08/58] MIPS: kernel: traps: Whitespace clean up
  ` [PATCH 09/58] MIPS: traps: Set correct address limit for breakpoints and traps
  ` [PATCH 10/58] MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol
  ` [PATCH 11/58] MIPS: lib: strnlen_user: Add EVA support
  ` [PATCH 12/58] MIPS: lib: strlen_user: Use macro to build the strlen_user symbol
  ` [PATCH 13/58] MIPS: lib: strlen_user: Add EVA support
  ` [PATCH 14/58] MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol
  ` [PATCH 15/58] MIPS: lib: strncpy_user: Add EVA support
  ` [PATCH 16/58] MIPS: lib: memcpy: Merge EXC and load/store macros
  ` [PATCH 17/58] MIPS: lib: memcpy: Split source and destination prefetch macros
  ` [PATCH 18/58] MIPS: lib: memcpy: Use macro to build the copy_user code
  ` [PATCH 19/58] MIPS: lib: memcpy: Add EVA support
  ` [PATCH 20/58] MIPS: lib: memset: Whitespace fixes
  ` [PATCH 21/58] MIPS: lib: memset: Use macro to build the __bzero symbol
  ` [PATCH 22/58] MIPS: lib: memset: Add EVA support for the __bzero function
  ` [PATCH 23/58] MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm
  ` [PATCH 24/58] MIPS: asm: uaccess: Move duplicated code to common function
  ` [PATCH 25/58] MIPS: asm: uaccess: Disable unaligned access macros for EVA
  ` [PATCH 26/58] MIPS: asm: uaccess: Use EVA instructions wrappers
  ` [PATCH 27/58] MIPS: asm: uaccess: Rename {get,put}_user_asm macros
  ` [PATCH 28/58] MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_user
  ` [PATCH 29/58] MIPS: asm: uaccess: Add EVA support for str*_user operations
  ` [PATCH 30/58] MIPS: kernel: unaligned: Add EVA instruction wrappers
  ` [PATCH 31/58] MIPS: kernel: unaligned: Handle unaligned accesses for EVA
  ` [PATCH 32/58] MIPS: checksum: Split the 'copy_user' symbol
  ` [PATCH 33/58] MIPS: lib: csum_partial: Merge EXC and load/store macros
  ` [PATCH 34/58] MIPS: lib: csum_partial: Add macro to build csum_partial symbols
  ` [PATCH 35/58] MIPS: lib: csum_partial: Add EVA support
  ` [PATCH 36/58] MIPS: asm: checksum: Split kernel and user copy operations

Input: zforce - fix various small issues
 2014-01-27 20:22 UTC  (9+ messages)
` [PATCH 2/4] Input: zforce - fix lines exceeding 80 columns
` [PATCH 3/4] Input: zforce - Remove unnecessary payload data checks
` [PATCH 4/4] Input: zforce - reduce stack memory allocated to frames

[PATCH] x86: Plug racy xAPIC access of CPU hotplug code
 2014-01-27 20:22 UTC  (2+ messages)

[PATCH 1/3] Wl18xx : recipes update - tag changed to ol_r8.a8.10
 2014-01-27 20:19 UTC  (3+ messages)
` [PATCH 2/3] hostap-daemon-wl18xx: fix conf file
` [PATCH 3/3] wl18xx wlconf: add missing default bin

[PATCH v4 24/24] drm/i2c: tda998x: adjust the audio clock divider for S/PDIF
 2014-01-27 20:20 UTC  (12+ messages)
` [PATCH v4 15/24] drm/i2c: tda998x: use irq for connection status and EDID read
` [PATCH v4 07/24] drm/i2c: tda998x: set the video mode from the adjusted value
` [PATCH v4 12/24] drm/i2c: tda998x: check the CEC device creation

[Qemu-devel] [PATCH v2 00/19] bsd-user: Add system call and mips/arm support
 2014-01-27 20:18 UTC  (22+ messages)
` [Qemu-devel] [PATCH v3 "
  ` [Qemu-devel] [PATCH v3 01/19] bsd-user: refresh freebsd system call numbers
  ` [Qemu-devel] [PATCH v3 02/19] bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code
  ` [Qemu-devel] [PATCH v3 03/19] bsd-user: move strace OS/arch dependent code to host/arch dirs
  ` [Qemu-devel] [PATCH v3 04/19] bsd-user: move arch/OS dependent code out of main.c
  ` [Qemu-devel] [PATCH v3 05/19] bsd-user: move arch/OS dependent code out of syscall.c
  ` [Qemu-devel] [PATCH v3 06/19] bsd-user: add support for freebsd time related system calls
  ` [Qemu-devel] [PATCH v3 18/19] bsd-user: add arm, mips and mips64 options to configure target-list
  ` [Qemu-devel] [PATCH v3 19/19] bsd-user: fix linking conflicts with FreeBSD libcrypto

[PATCH 3.13 00/10] 3.13.1-stable review
 2014-01-27 20:17 UTC  (11+ messages)
` [PATCH 3.13 01/10] GFS2: Increase i_writecount during gfs2_setattr_chown
` [PATCH 3.13 02/10] staging: comedi: fix result of memdup_user for user chanlist
` [PATCH 3.13 03/10] staging: comedi: addi_apci_1032: fix subdevice type/flags bug
` [PATCH 3.13 04/10] staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq()
` [PATCH 3.13 05/10] mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL
` [PATCH 3.13 06/10] serial: amba-pl011: use port lock to guard control register access
` [PATCH 3.13 07/10] extcon: gpio: Request gpio pin before modifying its state
` [PATCH 3.13 08/10] ALSA: hda - Explicitly keep codec powered up in hdmi_present_sense
` [PATCH 3.13 09/10] md/raid5: fix long-standing problem with bitmap handling on write failure
` [PATCH 3.13 10/10] md/raid5: close recently introduced race in stripe_head management

[Buildroot] [PATCH 1/1] Prefer 'command -v' over 'which' (for portability)
 2014-01-27 20:13 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/18] bsd-user: Add system call and mips/arm support
 2014-01-27 20:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH 16/18] bsd-user: add support for extended attribute and ACL related syscalls

[PATCH 0/14] spi: rspi: Add support for RZ/A1H, DT, and Quad/Dual on QSPI
 2014-01-27 20:11 UTC  (31+ messages)
` [PATCH 01/14] spi: rspi: Remove unused mesg parameter from {send,receive}_pio()
` [PATCH 02/14] spi: rspi: Use core message handling
` [PATCH 03/14] spi: rspi: Abstract 8/16-bit Data Register access
` [PATCH 04/14] spi: rspi: Add rspi_data_{out,in,out_in}() helpers
` [PATCH 05/14] spi: rspi: Abstract transfer_one() for RSPI and QSPI
` [PATCH 06/14] spi: rspi: Merge rspi_send_pio() and rspi_receive_pio()
` [PATCH 07/14] spi: rspi: Merge qspi_send_pio() and qspi_receive_pio()
` [PATCH v3 08/14] spi: rspi: Add support for more than one interrupt
` [PATCH v3 10/14] spi: rspi: Add support for loopback mode
` [PATCH v2 11/14] spi: rspi: Convert to clk_prepare_enable/disable_unprepare
` [PATCH v2 12/14] spi: rspi: Use NULL as the clock ID
` [PATCH v4 13/14] spi: rspi: Add DT support

[PATCH] USB: input: gtco.c: fix usb_dev leak
 2014-01-27 20:10 UTC 

Kernel compiled with gcc-4.6+ fails to boot on ia64
 2014-01-27 20:10 UTC  (2+ messages)

Public IP to Private IP
 2014-01-27 20:08 UTC  (3+ messages)

[PATCH 09/14] spi: rspi: Add support for RSPI on RZ/A1H
 2014-01-27 20:07 UTC  (3+ messages)

[Buildroot] Patchwork oldest patches cleanup #6 (deadline February 2)
 2014-01-27 20:07 UTC  (2+ messages)

[PATCH 00/15] Initial MSA support
 2014-01-27 20:06 UTC  (12+ messages)
` [PATCH 14/15] mips: panic if vector register partitioning is implemented
` [PATCH 15/15] mips: save/restore MSA context around signals

[Buildroot] [PATCH] python: fix to ensure libpython is stripped
 2014-01-27 20:05 UTC  (3+ messages)

[PATCH BlueZ 0/4] android: Minor fixes
 2014-01-27 20:03 UTC  (5+ messages)
` [PATCH BlueZ v2 "
  ` [PATCH BlueZ 4/4] emulator: Fix crash if socket(AF_ALG) is not supported by the kernel

[PATCH] for_each macros correctness
 2014-01-27 20:01 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/8] target-ppc: Base ISA V2.07 for Power8
 2014-01-27 20:01 UTC  (10+ messages)
` [Qemu-devel] [PATCH 3/8] target-ppc: Add bctar Instruction
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 5/8] target-ppc: Load Quadword
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [PATCH 7/8] target-ppc: Add Load Quadword and Reserve
  ` [Qemu-devel] [Qemu-ppc] "

Rx-errors with testpmd (only 75% line rate)
 2014-01-27 20:00 UTC  (3+ messages)

[PATCH v2 0/7] simple card
 2014-01-27 19:58 UTC  (15+ messages)
` [PATCH v2 1/7] ASoC: simple-card: fix __asoc_simple_card_dai_init
` [PATCH v2 2/7] ASoC: simple-card: simplify the daifmt code
` [PATCH v2 3/7] ASoC: simple-card: Add snd_card's name parsing from DT node support
` [PATCH v2 4/7] ASoC: simple-card: add tdm slot supports
` [PATCH v2 5/7] ASoC: add snd_soc_of_parse_audio_simple_widgets for DT
` [PATCH v2 6/7] ASoC: simple-card: add off-codec widgets supports
` [PATCH v2 7/7] ASoC: binding: for new properties documenting and usage

[PATCH] ethtool: fix man page for new speeds
 2014-01-27 19:55 UTC  (3+ messages)
` [PATCH] ethtool.8: Add missing 1G and 10G link modes, and full names for all modes

[PATCH v2] sunrpc: turn warn_gssd() log message into a dprintk()
 2014-01-27 19:53 UTC 

[RFC][PATCH] module: allow multiple calls to MODULE_DEVICE_TABLE() per module
 2014-01-27 19:54 UTC  (2+ messages)

How to use memcpy in kernel driver
 2014-01-27 19:53 UTC 

[PATCH] clk: Export more clk-provider functions
 2014-01-27 19:52 UTC  (3+ messages)

Denys Dmytriyenko : linux-ti-staging: update to stable 3.12.9, other bugfixes
 2014-01-27 19:52 UTC 

Denys Dmytriyenko : linux-ti-staging: update to stable 3.12.9, other bugfixes
 2014-01-27 19:52 UTC 

WaitForMultipleObjects/etc. In Kernel
 2014-01-27 19:50 UTC  (5+ messages)

[meta-fsl-arm][PATCH] piglit: Add Vivante GPU support
 2014-01-27 19:49 UTC  (9+ messages)

[PATCH v7 0/7] Add O_DENY* support for VFS and CIFS/NFS
 2014-01-27 19:49 UTC  (5+ messages)

Snapshots – noob questions
 2014-01-27 19:49 UTC  (4+ messages)

[PATCH 0/27]: ASoC: rsnd: add Renesas Gen2 DMAEngine support
 2014-01-27 19:49 UTC  (4+ messages)
` [PATCH 13/27] ASoC: rsnd: explain SRC bypass mode settings in comment

[PATCH] efi: Add newline to cper DIMM location messages
 2014-01-27 19:48 UTC  (3+ messages)

How many files to create in one directory?
 2014-01-27 19:48 UTC  (4+ messages)

[PATCH RFC v3 0/8] Beaglebone-Black HDMI audio
 2014-01-27 19:47 UTC  (11+ messages)
    ` [alsa-devel] "

[PATCH 0/3] OpenCores 10/100 MAC fixes for gigabit environment
 2014-01-27 19:45 UTC  (11+ messages)
` [PATCH 1/3] net: ethoc: don't advertise gigabit speed on attached PHY
` [PATCH 3/3] net: ethoc: document OF bindings

How to substructure rewrites?
 2014-01-27 19:45 UTC  (5+ messages)
` [PATCH 0/3] "Teaser" patch for rewriting blame for efficiency
  ` [PATCH 3/3] builtin/blame.c: large-scale rewrite

[PATCH] Rename adapter_remove_device to btd_adapter_remove_device
 2014-01-27 19:45 UTC  (6+ messages)

iwlwifi in monitor mode: wrong command Queue and kernel tried to execute NX-protected page - exploit attempt? (uid: 0)
 2014-01-27 19:28 UTC 

[PATCH v4] cmem: Adding new recipe for cmem
 2014-01-27 19:43 UTC  (3+ messages)
` [PATCH] cmem: numerous generic recipe fixes
` [PATCH] cmem: adding new recipe for cmem

[RFC 00/17] RFC parent inode pointers
 2014-01-27 19:41 UTC  (5+ messages)

[PATCH] ASoC: fsl-sai: convert to use regmap API for Freeacale SAI
 2014-01-27 19:41 UTC  (2+ messages)

[Buildroot] full rebuild and errors:
 2014-01-27 19:38 UTC  (3+ messages)

[PATCH 1/2] i2c-piix4: Add support for AMD ML and CZ SMBus changes
 2014-01-27 19:38 UTC  (5+ messages)

Error after running pygrub with xen 4.4-rc2
 2014-01-27 19:37 UTC  (3+ messages)

[PATCH] regulator: ti-abb: Add support for interleaved LDO registers
 2014-01-27 19:34 UTC  (3+ messages)
` [PATCH V4] "

[GIT PULL] ARM: mvebu: fixes for v3.13.x/v3.14-rc1
 2014-01-27 19:34 UTC 

[Qemu-devel] [PATCH 00/10] block: Integrate bdrv_file_open() into bdrv_open()
 2014-01-27 19:35 UTC  (4+ messages)
` [Qemu-devel] [PATCH 01/10] block: Change BDS parameter of bdrv_open() to **

[PATCH v2] x86, kaslr: export offset in VMCOREINFO ELF notes
 2014-01-27 19:33 UTC  (9+ messages)

[PATCH 1/2] unit/avdtp: trivial: Remove empty line
 2014-01-27 19:32 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: atmel_ssc_dai: add option to choose clock
 2014-01-27 19:31 UTC  (5+ messages)
` [PATCH v2 3/3] Binding: atmel-wm8904: "

HID_REQ_GET_REPORT and report not filled during hid_pidff_init
 2014-01-27 19:31 UTC 

[PATCH] arm64: Add pdev_archdata for dmamask
 2014-01-27 19:31 UTC  (2+ messages)

[PATCH RFCv2] new ioctl TREE_SEARCH_V2
 2014-01-27 19:31 UTC  (3+ messages)

[PATCH] dt-bindings: qcom: Fix warning with duplicate dt define
 2014-01-27 19:30 UTC  (3+ messages)

Hi
 2014-01-27 19:30 UTC 

[PATCH lttng-tools] Fix: measure UST clock offset with best sample
 2014-01-27 19:30 UTC 

[Buildroot] [PATCH 1/1] Add new package: biosdevname
 2014-01-27 19:29 UTC 

[PATCH lttng-tools] Fix: measure UST clock offset with best sample
 2014-01-27 19:28 UTC 

[PATCH] jump label: constify lookup functions
 2014-01-27 19:27 UTC 

pktgen offload checksum flag not able to make it work with pacp packets
 2014-01-27 19:25 UTC  (6+ messages)

[PATCH RESEND TAKE 3] clk: si5351: remove variant from platform_data
 2014-01-27 19:25 UTC  (3+ messages)

[Qemu-devel] [PULL 0/4] Tracing patches
 2014-01-27 19:25 UTC  (3+ messages)
` [Qemu-devel] [PULL 1/4] tracing: start trace processing thread in final child process


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.