All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-28 20:54:55 to 2016-04-28 21:47:15 UTC [more...]

[PATCH V6 00/13] Support for generic ACPI based PCI host controller
 2016-04-28 21:47 UTC  (10+ messages)
` [PATCH V6 08/13] PCI: generic, thunder: update to use generic ECAM API
` [PATCH] acpi: pci: QDF2432 32 bit config space accessors

[patch V3] lib: GCD: add binary GCD algorithm
 2016-04-28 21:46 UTC  (3+ messages)

[PATCH] scripts/dtc: dt_to_config - report kernel config options for a devicetree
 2016-04-28 21:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v16 00/24] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-04-28 21:45 UTC  (25+ messages)
` [Qemu-devel] [PATCH v16 01/24] qapi-visit: Add visitor.type classification
` [Qemu-devel] [PATCH v16 02/24] qapi: Guarantee NULL obj on input visitor callback error
` [Qemu-devel] [PATCH v16 03/24] qmp: Drop dead command->type
` [Qemu-devel] [PATCH v16 04/24] qmp-input: Clean up stack handling
` [Qemu-devel] [PATCH v16 05/24] qapi: Consolidate QMP input visitor creation
` [Qemu-devel] [PATCH v16 06/24] qapi: Use strict QMP input visitor in more places
` [Qemu-devel] [PATCH v16 07/24] qmp-input: Don't consume input when checking has_member
` [Qemu-devel] [PATCH v16 08/24] qapi-commands: Wrap argument visit in visit_start_struct
` [Qemu-devel] [PATCH v16 09/24] qom: Wrap prop "
` [Qemu-devel] [PATCH v16 10/24] qmp-input: Require struct push to visit members of top dict
` [Qemu-devel] [PATCH v16 11/24] qmp-input: Refactor when list is advanced
` [Qemu-devel] [PATCH v16 12/24] qapi: Document visitor interfaces, add assertions
` [Qemu-devel] [PATCH v16 13/24] tests: Add check-qnull
` [Qemu-devel] [PATCH v16 14/24] qapi: Add visit_type_null() visitor
` [Qemu-devel] [PATCH v16 15/24] qmp: Support explicit null during visits
` [Qemu-devel] [PATCH v16 16/24] spapr_drc: Expose 'null' in qom-get when there is no fdt
` [Qemu-devel] [PATCH v16 17/24] qmp: Add qmp_output_visitor_reset()
` [Qemu-devel] [PATCH v16 18/24] qmp: Tighten output visitor rules
` [Qemu-devel] [PATCH v16 19/24] qapi: Split visit_end_struct() into pieces
` [Qemu-devel] [PATCH v16 20/24] qapi: Don't pass NULL to printf in string input visitor
` [Qemu-devel] [PATCH v16 21/24] tests/string-input-visitor: Add negative integer tests
` [Qemu-devel] [PATCH v16 22/24] qapi: Fix string input visitor handling of invalid list
` [Qemu-devel] [PATCH v16 23/24] qapi: Simplify semantics of visit_next_list()
` [Qemu-devel] [PATCH v16 24/24] qapi: Change visit_type_FOO() to no longer return partial objects

[Intel-wired-lan] [RFC PATCH 0/5] Add GSO Partial support for devices with existing tunnel offloads
 2016-04-28 21:43 UTC  (5+ messages)
` [Intel-wired-lan] [RFC PATCH 2/5] mlx5: Add support for UDP tunnel segmentation with outer checksum offload

[PATCH resend] powerpc: enable qspinlock and its virtualization support
 2016-04-28 21:07 UTC  (3+ messages)

[PATCH v7 0/9] ARM: dts: DRA7: Add dt nodes for PWMSS
 2016-04-28 21:41 UTC  (16+ messages)
` [PATCH v7 2/9] ARM: dts: am437x: Add missing compatibles to PWM binding documents
` [PATCH v7 4/9] pwm: pwm-tiecap: Update dt binding document to use proper unit address
` [PATCH v7 5/9] ARM: dts: am437x/am33xx/da850: Add new ECAP and EPWM bindings

[PATCH v5 0/4] mmc: usdhi6rol0: UHS support
 2016-04-28 21:40 UTC  (3+ messages)
` [PATCH v5 1/4] mmc: dt: usdhi6rol0: add optional pinctrl binding

[Buildroot] [genimage] Create a folder with a file using genimage
 2016-04-28 21:40 UTC  (2+ messages)

[PATCH] net: davinci_mdio: Set of_node in the mdio bus
 2016-04-28 21:39 UTC  (3+ messages)

[PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation
 2016-04-28 21:39 UTC  (6+ messages)

[BUG] sched: leaf_cfs_rq_list use after free
 2016-04-28 21:36 UTC  (5+ messages)
` [tip:sched/urgent] sched/cgroup: Fix/cleanup cgroup teardown/init

+ zram-user-per-cpu-compression-streams.patch added to -mm tree
 2016-04-28 21:35 UTC 

+ zsmalloc-require-gfp-in-zs_malloc.patch added to -mm tree
 2016-04-28 21:35 UTC 

[Qemu-devel] [PATCH v5 00/10] tcg: Direct block chaining clean-up
 2016-04-28 21:33 UTC  (14+ messages)
` [Qemu-devel] [PATCH v5 01/10] tcg: Clean up direct block chaining data fields
  `  "
` [Qemu-devel] [PATCH v5 02/10] tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
` [Qemu-devel] [PATCH v5 03/10] tcg: Rearrange tb_link_page() to avoid forward declaration
` [Qemu-devel] [PATCH v5 04/10] tcg: Init TB's direct jumps before making it visible
` [Qemu-devel] [PATCH v5 05/10] tcg: Clarify thread safety check in tb_add_jump()
` [Qemu-devel] [PATCH v5 06/10] tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
` [Qemu-devel] [PATCH v5 07/10] tcg: Extract removing of jumps to TB from tb_phys_invalidate()
` [Qemu-devel] [PATCH v5 08/10] tcg: Clean up tb_jmp_unlink()
` [PATCH v5 09/10] tcg: Clean up direct block chaining safety checks
  ` [Qemu-devel] "
` [PATCH v5 10/10] tcg: Allow goto_tb to any target PC in user mode
  ` [Qemu-devel] "

[kvm-unit-test MAINTAINERS] remove Marcelo Tosatti
 2016-04-28 21:33 UTC 

[Qemu-devel] [PATCH for 2.6] configure: Allow builds -Weverything
 2016-04-28 21:33 UTC 

[PATCH] kbuild: fix adjust_autoksyms.sh for modules that need only one symbol
 2016-04-28 21:33 UTC 

[PATCH] kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line
 2016-04-28 21:32 UTC  (2+ messages)

[PATCH] verify: search keyid in hashed signature subpackets
 2016-04-28 21:32 UTC  (10+ messages)

mdadm - stuck reshape operation
 2016-04-28 21:31 UTC  (3+ messages)

+ proc-prevent-accessing-proc-pid-environ-until-its-ready.patch added to -mm tree
 2016-04-28 21:31 UTC 

[PATCH] proc: prevent accessing /proc/<PID>/environ until it's ready
 2016-04-28 21:30 UTC  (3+ messages)

[PATCH] Rewrite and fix grub_bufio_read()
 2016-04-28 21:30 UTC  (4+ messages)
    ` gzio/http problem (was: [PATCH] Rewrite and fix grub_bufio_read())

[PATCH net 0/3] bpf: fix several bugs
 2016-04-28 21:30 UTC  (2+ messages)

[Buildroot] [git commit] configs/sheevaplug_defconfig: use 4.5.2 kernel, configure eth0
 2016-04-28 21:29 UTC 

[PATCH v5 2/2] i2c: rk3x: add i2c support for rk3399 soc
 2016-04-28 21:28 UTC  (5+ messages)
` [PATCH v6] "

[RFC v2 5/8] drm/fence: add in-fences support
 2016-04-28 21:28 UTC  (13+ messages)

[PATCH 0/2] Fix ir-rx51 by using PWM pdata
 2016-04-28 21:27 UTC  (11+ messages)
` [PATCH 2/2] [media] ir-rx51: Fix build after multiarch changes broke it

[PATCH net v3 0/5] drivers: net: cpsw: phy-handle fixes
 2016-04-28 21:27 UTC  (3+ messages)

[PATCH next v2] ipvlan: Fix failure path in dev registration during link creation
 2016-04-28 21:23 UTC  (2+ messages)

[PATCH v2] net: macb: do not scan PHYs manually
 2016-04-28 21:23 UTC  (10+ messages)

[PATCH] ARM: davinci: dm646x: Make use of PTR_ERR_OR_ZERO
 2016-04-28 21:22 UTC 

[PATCH] libxl: don't add cache mode for empty drives
 2016-04-28 21:22 UTC  (6+ messages)

[PATCH net-next #2 1/1] pch_gbe: replace private tx ring lock with common netif_tx_lock
 2016-04-28 21:21 UTC  (2+ messages)

[PATCH] NFS: Fix an LOCK/OPEN race when unlinking an open file
 2016-04-28 21:11 UTC  (11+ messages)

Failing randconfig builds with CONFIG_TRIM_UNUSED_KSYMS
 2016-04-28 21:20 UTC  (3+ messages)

[PATCH V2] libxl: don't add cache mode for qdisk cdrom drives
 2016-04-28 21:20 UTC 

[PATCH v4 0/7] dax: handling media errors
 2016-04-28 21:16 UTC  (31+ messages)
` [PATCH v4 1/7] block, dax: pass blk_dax_ctl through to drivers
` [PATCH v4 2/7] dax: fallback from pmd to pte on error
` [PATCH v4 3/7] dax: enable dax in the presence of known media errors (badblocks)
` [PATCH v4 4/7] dax: use sb_issue_zerout instead of calling dax_clear_sectors
` [PATCH v4 5/7] fs: prioritize and separate direct_io from dax_io
` [PATCH v4 6/7] dax: for truncate/hole-punch, do zeroing through the driver if possible
` [PATCH v4 7/7] dax: fix a comment in dax_zero_page_range and dax_truncate_page

+ mm-page_alloc-dont-duplicate-code-in-free_pcp_prepare-fix-fix.patch added to -mm tree
 2016-04-28 21:20 UTC 

[mmotm:master 190/376] mm/page_alloc.c:995: warning: 'free_pages_prepare' declared inline after being called
 2016-04-28 21:20 UTC  (2+ messages)

[PATCH v5 2/2] submodule: pass on http.extraheader config settings
 2016-04-28 21:20 UTC  (17+ messages)

[Bug 117151] New: amdgpu: Fails to initialize R7 260x (Bonaire)
 2016-04-28 21:20 UTC  (2+ messages)
` [Bug 117151] "

[PATCH] MD: make bio mergeable
 2016-04-28 21:19 UTC  (4+ messages)

[PATCH v3 1/2] soc: qcom: smd: Introduce compile stubs
 2016-04-28 21:19 UTC  (3+ messages)
` [PATCH v3 2/2] net: Add Qualcomm IPC router

[Buildroot] [PATCH] moarvm: use libtommath
 2016-04-28 21:19 UTC  (6+ messages)

[PATCH] klp: make object/func-walking helpers more robust
 2016-04-28 21:18 UTC  (3+ messages)
`  "

[PATCH net-next 0/6] net: make TCP preemptible
 2016-04-28 21:18 UTC  (2+ messages)

[PATCH net-next] net: dsa: Provide CPU port statistics to master netdev
 2016-04-28 21:16 UTC  (2+ messages)

[PATCH net-next] tcp: give prequeue mode some care
 2016-04-28 21:15 UTC  (2+ messages)

[PATCH v2] UBI: Add ro-mode sysfs attribute
 2016-04-28 21:13 UTC 

+ drm-amdgpu-make-amdgpu_mn_get-wait-for-mmap_sem-killable-fix.patch added to -mm tree
 2016-04-28 21:13 UTC 

[PATCH v2] trailer: load config to handle core.commentChar
 2016-04-28 21:12 UTC  (3+ messages)

[PATCH] MAINTAINERS: net: Change maintainer for GRETH 10/100/1G Ethernet MAC device driver
 2016-04-28 21:12 UTC  (2+ messages)

[PATCH] IB/iser: fix max_sectors calculation
 2016-04-28 21:11 UTC  (7+ messages)

[PATCH v2 0/2] Net driver bugs fix
 2016-04-28 21:11 UTC  (3+ messages)
` [PATCH v2 1/2] net: nps_enet: Sync access to packet sent flag

Fwd: Micrel KSZ9031RN PHY problem
 2016-04-28 21:09 UTC  (8+ messages)

[PATCH net] gre: reject GUE and FOU in collect metadata mode
 2016-04-28 21:10 UTC  (2+ messages)

[PATCH v3 0/2] pegasus: correct buffer & packet sizes
 2016-04-28 21:09 UTC  (2+ messages)

Started developing a deduplication feature
 2016-04-28 21:08 UTC  (3+ messages)

[PATCH v7 00/24] i2c mux cleanup and locking update
 2016-04-28 21:08 UTC  (5+ messages)
` [PATCH v7 16/24] i2c: allow adapter drivers to override the adapter locking

[PATCH v2 net] soreuseport: Fix TCP listener hash collision
 2016-04-28 21:07 UTC 

[Qemu-devel] [BUG 2.6] Broken CONFIG_TPM?
 2016-04-28 21:07 UTC  (2+ messages)
` [Qemu-devel] [BUG 2.6] Compiler warnings (clang) in 2.6 (was: Broken CONFIG_TPM?)

[PATCH] clk: imx: fix ahb clock mux 1
 2016-04-28 21:07 UTC  (2+ messages)

[Bug 95195] Tonga agd5f drm-next-4.7-wip UVD Oops/lock since drm/amdgpu: keep vm in job instead of ib
 2016-04-28 21:06 UTC  (2+ messages)

[PATCH 0/4] Add TCON support to the R-Car DU driver
 2016-04-28 21:05 UTC  (5+ messages)
` [PATCH 1/4] drm_mode: add TCON encoder/connector
` [PATCH 2/4] rcar-du: add TCON encoder driver
` [PATCH 3/4] rcar-du: add TCON connector driver
` [PATCH 4/4] rcar-du: add R8A7794 TCON support

generic RDMA READ/WRITE API V6
 2016-04-28 21:05 UTC  (12+ messages)
` [PATCH 02/12] IB/cma: pass the port number to ib_create_qp
` [PATCH 10/12] IB/srpt: convert to the generic RDMA READ/WRITE API
` [PATCH 12/12] IB/isert: "

[PATCH] fq: split out backlog update logic
 2016-04-28 21:04 UTC  (2+ messages)

[PATCH net v3 0/2] gre: fix lwtunnel support
 2016-04-28 21:03 UTC  (2+ messages)

[PATCH V3 00/29] bitops: add parity functions
 2016-04-28 21:01 UTC  (3+ messages)
` [PATCH V3 27/29] serial: use parity32 in max3100

[PATCH 00/36] Jethro-next pull request
 2016-04-28 21:00 UTC 

[PATCH v6 0/6] Add Ethernet support on STM32F429
 2016-04-28 20:59 UTC  (5+ messages)
` [PATCH v6 2/6] Documentation: Bindings: Add STM32 DWMAC glue

[PATCH] netem: Segment GSO packets on enqueue
 2016-04-28 20:58 UTC  (3+ messages)
` [PATCHv2] "

Bisected: RED State Exception in 4.5 on E420R
 2016-04-28 20:57 UTC  (2+ messages)

[PATCH V3] clk: bcm2835: mark enabled clocks with CLK_ENABLE_HAND_OFF
 2016-04-28 20:56 UTC  (4+ messages)

pull-request: mac80211 2016-04-27
 2016-04-28 20:55 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH V3 0/4] Introduce COLO-compare
 2016-04-28 20:55 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH V3 1/4] colo-compare: introduce colo compare initlization

[patch] tipc: remove an unnecessary NULL check
 2016-04-28 20:54 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH 0/2] batctl: Netlink support
 2016-04-28 20:54 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 1/2] batctl: Document a network namespaces example
` [B.A.T.M.A.N.] [PATCH 2/2] batctl: Use netlink when available, rather than debugfs


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.