All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-24 17:44:58 to 2018-03-24 20:12:54 UTC [more...]

[Qemu-devel] [PATCH v6 00/26] RISC-V: Fixes and cleanups for QEMU 2.12
 2018-03-24 19:46 UTC  (17+ messages)
` [Qemu-devel] [PATCH v6 06/26] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v6 08/26] RISC-V: Make sure rom has space for fdt
` [Qemu-devel] [PATCH v6 10/26] RISC-V: Improve page table walker spec compliance
` [Qemu-devel] [PATCH v6 11/26] RISC-V: Update E order and I extension order
` [Qemu-devel] [PATCH v6 14/26] RISC-V: Use memory_region_is_ram in pte update
` [Qemu-devel] [PATCH v6 16/26] RISC-V: Hardwire satp to 0 for no-mmu case
` [Qemu-devel] [PATCH v6 18/26] RISC-V: riscv-qemu port supports sv39 and sv48
` [Qemu-devel] [PATCH v6 19/26] RISC-V: vectored traps are optional
` [Qemu-devel] [PATCH v6 23/26] RISC-V: Clear mtval/stval on exceptions without info
` [Qemu-devel] [PATCH v6 24/26] RISC-V: Remove erroneous comment from translate.c
` [Qemu-devel] [PATCH v6 25/26] RISC-V: Fix incorrect disassembly for addiw
` [Qemu-devel] [PATCH v6 26/26] RISC-V: Workaround for critical mstatus.FS MTTCG bug

pseudo: host user contamination
 2018-03-24 20:12 UTC  (19+ messages)

[PATCH 0/2] sh_eth: unify the SoC feature checks
 2018-03-24 20:12 UTC  (11+ messages)
` [PATCH 1/5] sh_eth: add sh_eth_cpu_data::soft_reset() method
` [PATCH 2/5] sh_eth: add sh_eth_cpu_data::edtrr_trns value
` [PATCH 3/5] sh_eth: add sh_eth_cpu_data::xdfar_rw flag
` [PATCH 4/5] sh_eth: add sh_eth_cpu_data::no_tx_cntr flag
` [PATCH 5/5] sh_eth: add sh_eth_cpu_data::cexcr flag

[PATCH v3 1/4] bus: fsl-mc: move fsl_mc_command struct in a uapi header
 2018-03-24 20:12 UTC  (2+ messages)

[GIT PULL 00/44] perf/core improvements and fixes
 2018-03-24 20:02 UTC  (44+ messages)
` [PATCH 01/44] perf unwind: Report error from dwfl_attach_state
` [PATCH 02/44] perf annotate: Move annotation_options out of the TUI browser
` [PATCH 04/44] perf annotate tui: Use annotate_browser__cycles_width() mroe
` [PATCH 05/44] perf annotate tui: Move have_cycles to struct annotation
` [PATCH 06/44] perf annotate: Move annotation_line array from TUI to generic code
` [PATCH 07/44] perf annotate: Move compute_ipc() to annotation library
` [PATCH 09/44] perf annotate: Stop using a global config struct
` [PATCH 10/44] perf annotate: Move pcnt_with() to the annotation library
` [PATCH 11/44] perf annotate tui: Add browser__annotation() helper
` [PATCH 12/44] perf annotate: Move max_jump_sources to struct annotation
` [PATCH 13/44] perf annotate: Move jumps_percent_color to ui_browser
` [PATCH 14/44] perf annotate: Move nr_jumps to struct annotation
` [PATCH 15/44] perf annotate: Move mark_jump_targets from the TUI to the annotation library
` [PATCH 16/44] perf annotate: Nuke struct browser_line
` [PATCH 17/44] perf annotate: Move 'start' to struct annotation
` [PATCH 18/44] perf annotate: Move nr_{asm_}entries "
` [PATCH 19/44] perf annotate: Introduce set_offsets() method out of TUI code
` [PATCH 20/44] perf annotate: Move the column widths from the TUI to generic lib
` [PATCH 21/44] perf annotate: Move update_column_widths() to the "
` [PATCH 22/44] perf annotate: Introduce init_column_widths() method out of TUI code
` [PATCH 23/44] perf annotate: Introduce symbol__annotate2 method
` [PATCH 24/44] perf annotate: Introduce annotation_line__max_percent()
` [PATCH 25/44] perf ui browser: Add vprintf() method
` [PATCH 26/44] perf annotate: Introduce annotation_line__print_start() out of TUI code
` [PATCH 27/44] perf annotate: Finish the generalization of annotate_browser__write()
` [PATCH 28/44] perf annotate: Use a ops table for annotation_line__write()
` [PATCH 29/44] perf annotate: Introduce annotation_line__filter()
` [PATCH 30/44] perf annotate: Introduce the --stdio2 output mode
` [PATCH 31/44] perf annotate: Move the default annotate options to the library
` [PATCH 32/44] perf annotate: Use the default annotation options for --stdio2
` [PATCH 33/44] perf annotate: Add function header to --stdio2
` [PATCH 34/44] perf annotate: Introduce --ignore-vmlinux command line option
` [PATCH 35/44] perf report: "
` [PATCH 36/44] perf annotate browser: Add 'P' hotkey to dump annotation to file
` [PATCH 37/44] perf annotate: No need to calculate notes->start twice
` [PATCH 38/44] perf annotate: Pass function descriptor to its instruction parsing routines
` [PATCH 39/44] perf annotate: Mark jumps to outher functions with the call arrow
` [PATCH 40/44] perf python: Reference Py_None before returning it
` [PATCH 41/44] perf annotate: Add "_local" to jump/offset validation routines
` [PATCH 42/44] perf annotate: Support jumping from one function to another
` [PATCH 43/44] perf annotate: Defer searching for comma in raw line till it is needed
` [PATCH 44/44] perf annotate: Use absolute addresses to calculate jump target offsets

[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-03-24 20:11 UTC  (15+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker
` [PATCH 02/10] mm: Maintain memcg-aware shrinkers in mcg_shrinkers array
` [PATCH 03/10] mm: Assign memcg-aware shrinkers bitmap to memcg
` [PATCH 04/10] fs: Propagate shrinker::id to list_lru
` [PATCH 06/10] list_lru: Pass dst_memcg argument to memcg_drain_list_lru_node()
` [PATCH 08/10] mm: Set bit in memcg shrinker bitmap on first list_lru item apearance
` [PATCH 09/10] mm: Iterate only over charged shrinkers during memcg shrink_slab()

[PATCH 00/19] powerpc/ppc32: make W=1 compilation errors free
 2018-03-24 20:10 UTC  (7+ messages)
` [PATCH 14/19] powerpc/altivec: Add missing prototypes for altivec

[PATCH 0/4] staging: iio: tsl2x7x: move out of staging
 2018-03-24 20:05 UTC  (10+ messages)
` [PATCH 1/4] staging: iio: tsl2x7x: use auto increment I2C protocol
` [PATCH 2/4] staging: iio: tsl2x7x: move IIO_CHAN_INFO_CALIB{SCALE,BIAS} to IIO_LIGHT channel
  ` [PATCH 2/4] staging: iio: tsl2x7x: move IIO_CHAN_INFO_CALIB{SCALE, BIAS} "
` [PATCH 3/4] staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE,PERIOD}
  ` [PATCH 3/4] staging: iio: tsl2x7x: use either direction for IIO_EV_INFO_{ENABLE, PERIOD}
` [PATCH 4/4] staging: iio: tsl2x7x: move out of staging

[PATCH] swiotlb: swiotlb_{alloc,free}_buffer should depend on CONFIG_DMA_DIRECT_OPS
 2018-03-24 20:05 UTC  (4+ messages)

[patch net-next RFC 00/12] devlink: introduce port flavours and common phys_port_name generation
 2018-03-24 20:05 UTC  (11+ messages)

[PATCHv4] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4
 2018-03-24 20:02 UTC  (12+ messages)

[PATCH v1 00/16] Add support to MT6323 RTC and its power device
 2018-03-24 20:00 UTC  (17+ messages)
` [PATCH v1 02/16] dt-bindings: rtc: mediatek: add bindings for PMIC RTC
` [PATCH v1 06/16] rtc: mediatek: remove unnecessary parentheses
` [PATCH v1 11/16] rtc: mediatek: move the declaration into a globally visible header file

[MPTCP] Status and what's next
 2018-03-24 19:47 UTC 

[PATCH] ipmi/parisc: Add IPMI chassis poweroff for certain HP PA-RISC servers
 2018-03-24 19:45 UTC 

[Qemu-devel] [PATCH 0/5] Generalize Dallas/Maxim I2C RTC devices
 2018-03-24 19:39 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/5] tests: more thorough test of ds1338

[Buildroot] [PATCH 1/2] libssh2: fix pkg-config info for mbedtls backend
 2018-03-24 19:41 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] qemu: add libssh2 optional dependency

[PATCH v2] filter-branch: fix errors caused by refs that cannot be used with ^0
 2018-03-24 19:41 UTC  (5+ messages)
` [PATCH] filter-branch: consider refs can refer to an object other than commit or tag
` [PATCH v3] filter-branch: fix errors caused by refs that point at non-committish

[PATCH] uio: uio_fsl_elbc_gpcm: Remove owner assignment from platform_driver
 2018-03-24 19:39 UTC 

[Qemu-devel] [PATCH 00/14] Generalize Dallas/Maxim I2C RTC devices v2
 2018-03-24 19:24 UTC  (10+ messages)
` [Qemu-devel] [PATCH 02/14] timer: ds1338 use registerfields.h
` [Qemu-devel] [PATCH 04/14] timer: ds1338 clarify HOUR handling
` [Qemu-devel] [PATCH 05/14] timer: ds1338 change write handling
` [Qemu-devel] [PATCH 06/14] tests: ds-rtc test 12 hour mode
` [Qemu-devel] [PATCH 08/14] tests: ds-rtc test wday offset
` [Qemu-devel] [PATCH 09/14] timer: rename ds1338 -> dsrtc
` [Qemu-devel] [PATCH 10/14] timer: rename file ds1338.c -> ds-rtc.c
` [Qemu-devel] [PATCH 12/14] timer: ds-rtc handle CENTURY bit
` [Qemu-devel] [PATCH 14/14] tests: drop ds1338-test

[Qemu-devel] [PATCH] qemu-pr-helper: Actually allow users to specify pidfile
 2018-03-24 11:46 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-2.12] "

[GSoC] Convert “git stash” to builtin proposal
 2018-03-24 19:31 UTC  (5+ messages)

[Qemu-devel] [PATCH PULL 0/8] RDMA queue
 2018-03-24 19:23 UTC  (2+ messages)

[Buildroot] [PATCH] qemu: fix build with glibc 2.27
 2018-03-24 19:30 UTC  (2+ messages)

add/remove a peer
 2018-03-24 19:32 UTC 

[Qemu-devel] [PULL 00/24] RISC-V: Post-merge spec conformance and cleanup v5
 2018-03-24 19:06 UTC  (3+ messages)

[RFC 1/2] docs: dts: Added documentation for Xilinx zynqmp Reset Controller bindings
 2018-03-24 19:11 UTC  (2+ messages)
` [RFC 2/2] reset: reset-zynqmp: Adding support for Xilinx zynqmp reset controller

X11 proto changes
 2018-03-24 19:07 UTC 

Hang in FUTEX_WAKE_PRIVATE after clock_gettime
 2018-03-24 19:07 UTC  (2+ messages)

[Bug 104064] (DC 4.15-rc2) WARNING: CPU: 4 PID: 75 at drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:601 dm_suspend+0x4e/0x60 [amdgpu]
 2018-03-24 19:05 UTC  (2+ messages)

switchdev and dsa
 2018-03-24 19:02 UTC  (2+ messages)

[PATCH] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-24 18:53 UTC  (6+ messages)

[PATCH v3 0/8] Decode IA32/X64 CPER
 2018-03-24 18:49 UTC  (9+ messages)
` [PATCH v3 1/8] efi: Fix IA32/X64 Processor Error Record definition
` [PATCH v3 2/8] efi: Decode IA32/X64 Processor Error Section
` [PATCH v3 3/8] efi: Decode IA32/X64 Processor Error Info Structure
` [PATCH v3 4/8] efi: Decode UEFI-defined IA32/X64 Error Structure GUIDs
` [PATCH v3 5/8] efi: Decode IA32/X64 Cache, TLB, and Bus Check structures
` [PATCH v3 6/8] efi: Decode additional IA32/X64 Bus Check fields
` [PATCH v3 7/8] efi: Decode IA32/X64 MS Check structure
` [PATCH v3 8/8] efi: Decode IA32/X64 Context Info structure

[PATCH net-next RFC V1 0/5] Peer to Peer One-Step time stamping
 2018-03-24 18:48 UTC  (11+ messages)
` [PATCH net-next RFC V1 5/5] net: mdio: Add a driver for InES time stamping IP core

[PATCH bpf-next 0/2] bpf_verifier_log changes
 2018-03-24 18:44 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Rename bpf_verifer_log
` [PATCH bpf-next 2/2] bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()

[PATCH V4] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-03-24 18:39 UTC  (2+ messages)

[Qemu-devel] [PULL 00/25] RISC-V Post-merge spec conformance and cleanup
 2018-03-24 18:34 UTC  (3+ messages)

[Qemu-devel] [PATCH] ccid-card: include libcacard.h only
 2018-03-24 12:40 UTC  (3+ messages)

[PATCH] branch -l: print useful info whilst rebasing a non-local branch
 2018-03-24 18:38 UTC 

[RFC PATCH 0/1] json-writer: incorrect format specifier
 2018-03-24 18:38 UTC  (3+ messages)
` [RFC PATCH 0/1] json-writer: add cast to uintmax_t
` [RFC PATCH v2 1/1] "

[Buildroot] [PATCH] qemu: bump to 2.11.1
 2018-03-24 18:25 UTC  (2+ messages)

[RFC][PATCH] git-stash: convert git stash list to C builtin
 2018-03-24 18:23 UTC 

[RFC PATCH 0/8] Drop mmap_sem during unmapping large map
 2018-03-24 18:24 UTC  (7+ messages)
` [RFC PATCH 1/8] mm: mmap: unmap large mapping by section

[PATCH 0/4] Convert some stash functionality to a builtin
 2018-03-24 18:22 UTC  (5+ messages)
` [PATCH 1/4] stash: convert apply to builtin
` [PATCH 3/4] stash: convert drop and clear "

[iproute PATCH 0/3] ss: Allow excluding a socket table from being queried
 2018-03-24 18:18 UTC  (4+ messages)
` [iproute PATCH 1/3] "
` [iproute PATCH 2/3] ss: Put filter DB parsing into a separate function
` [iproute PATCH 3/3] ss: Drop filter_default_dbs()

Null pointer dereference in git-submodule
 2018-03-24 17:42 UTC 

usb: dwc3: gadget: Correct the logic for queuing sgs
 2018-03-24 17:53 UTC  (2+ messages)
` [PATCH] "

[PATCH 00/16] Generic infrastructure for unloading initramfs
 2018-03-24 17:44 UTC  (21+ messages)
` [PATCH 01/16] initrd: Add generic code path for common initrd unloading logic
` [PATCH 02/16] riscv: Use INITRAMFS_GENERIC_UNLOAD
` [PATCH 03/16] alpha: "
` [PATCH 04/16] arc: "
` [PATCH 05/16] c6x: "
` [PATCH 06/16] frv: "
` [PATCH 07/16] h8300: "
` [PATCH 08/16] m32r: "
` [PATCH 09/16] m68k: "
` [PATCH 10/16] microblaze: "
` [PATCH 11/16] nios2: "
` [PATCH 12/16] openrisc: "
` [PATCH 13/16] parisc: "
` [PATCH 14/16] powerpc: "
` [PATCH 15/16] sh: "
` [PATCH 16/16] um: "
  ` [OpenRISC] "

[PATCH 0/3] iio: add unit converter
 2018-03-24 17:47 UTC  (6+ messages)

[RFC 1/2] documentation: Add nvmem bindings documentation
 2018-03-24 17:46 UTC  (2+ messages)
` [RFC 2/2] nvmem: zynqmp: Added zynqmp nvmem firmware driver

[iproute PATCH] ssfilter: Eliminate shift/reduce conflicts
 2018-03-24 17:45 UTC 


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.