All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-21 23:54:37 to 2015-12-22 01:16:09 UTC [more...]

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
 2015-12-22  1:16 UTC  (5+ messages)
` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: "

[U-Boot] [PATCH v2 1/5] arm: socfpga: Enable ubi and ubifs support
 2015-12-22  1:15 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/5] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
` [U-Boot] [PATCH v2 3/5] arm: socfpga: cyclone5_socdk: Enable ubiload console command
` [U-Boot] [PATCH v2 4/5] arm: socfpga: cyclone5_socdk: Enable qspiload "
` [U-Boot] [PATCH v2 5/5] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS

[PATCH v5] extcon: add Maxim MAX3355 driver
 2015-12-22  1:13 UTC  (7+ messages)

[PATCH 0/5] watchdog: Replace driver based refcounting
 2015-12-22  1:10 UTC  (4+ messages)
` [PATCH 2/5] watchdog: Separate and maintain variables based on variable lifetime

[PATCH] UBIFS: add a comment in key.h for unused parameter
 2015-12-22  1:01 UTC  (3+ messages)

[PATCH] directfb.inc: enable bfd linker workaround for all arm targets
 2015-12-22  1:07 UTC 

Git clone fails during pre-commit hook due to GIT_WORK_TREE=. (regression 2.5 -> 2.6)
 2015-12-22  1:06 UTC  (5+ messages)
` [PATCH] Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"

btrfs check inconsistency with raid1, part 1
 2015-12-22  1:05 UTC  (8+ messages)

[RFC] free_pages stuff
 2015-12-22  1:04 UTC  (62+ messages)
` [POC][PATCH 01/83] switch free_page() from unsigned long to const void *
` [POC][PATCH 02/83] switch free_pages() "
` [POC][PATCH 03/83] switch get_zeroed_page() to returning "
` [POC][PATCH 06/83] drivers/net/wireless/libertas/debugfs.c: get rid of pointless casts
` [POC][PATCH 07/83] drivers/net/wireless/mwifiex/debugfs.c: "
` [POC][PATCH 08/83] affs_evict_inode(): "
` [POC][PATCH 09/83] configfs_follow_link(): "
` [POC][PATCH 10/83] kernfs_iop_follow_link(): "
` [POC][PATCH 11/83] sound/oss/vidc: keep dma_buf[] as pointers
` [POC][PATCH 12/83] drivers/tty: get rid of pointless casts
` [POC][PATCH 13/83] rds: keep pointers in ->m_page_addrs[]
` [POC][PATCH 14/83] proc_dev_atm_read(): get rid of pointless casts
` [POC][PATCH 16/83] user_namespace: "
` [POC][PATCH 17/83] ftrace: "
` [POC][PATCH 18/83] sysctl: "
` [POC][PATCH 19/83] xenstored_local_init(): "
` [POC][PATCH 20/83] staging/rdma: "
` [POC][PATCH 21/83] c6x: remove unused macros
` [POC][PATCH 22/83] [davinci] ccdc_update_raw_params() frees the wrong thing
` [POC][PATCH 23/83] fd_dma_mem_free(): pass address as void * instead of unsigned long
` [POC][PATCH 24/83] ppc: keep ->hpt_virt as a pointer
` [POC][PATCH 25/83] dma_4u_alloc_coherent(): don't mix virtual and physical addresses
` [POC][PATCH 26/83] dma_4v_alloc_coherent(): "
` [POC][PATCH 27/83] new helper: get_dma_pages()
` [POC][PATCH 28/83] make fd_dma_mem_alloc/nodma_mem_alloc return a pointer
` [POC][PATCH 29/83] switch the remaining users of __get_dma_pages() to get_dma_pages()
` [POC][PATCH 30/83] sparc: get rid of pointless casts
` [POC][PATCH 31/83] efficeon: "
` [POC][PATCH 32/83] lguest: "
` [POC][PATCH 33/83] drivers/pci: "
` [POC][PATCH 34/83] drivers/s390: ger "
` [POC][PATCH 35/83] s390 kvm: get "
` [POC][PATCH 36/83] pcibios: "
` [POC][PATCH 37/83] ste_dma40: "
` [POC][PATCH 38/83] usb_mon: "
` [POC][PATCH 39/83] gnttab_end_foreign_access(): switch the last argument to void *
` [POC][PATCH 40/83] nios2: dma_free_coherent(): get rid of pointless casts
` [POC][PATCH 41/83] hsi: "
` [POC][PATCH 42/83] simserial: "
` [POC][PATCH 43/83] arm64 vdso: "
` [POC][PATCH 44/83] cris free_init_page(): switch to __free_page()
` [POC][PATCH 45/83] arm: switch kvm_arm_hyp_stack_page to void *
` [POC][PATCH 46/83] frv consistent_alloc(): switch page "
` [POC][PATCH 47/83] ia64: uncached_add_chunk(): switch to __free_pages()
` [POC][PATCH 48/83] jfs_readdir(): make dirent_buf a pointer
` [POC][PATCH 49/83] get rid of casts in alloc_exact stuff
` [POC][PATCH 50/83] s390 cmm: get rid of pointless casts
` [POC][PATCH 51/83] microblaze consistent_alloc(): "
` [POC][PATCH 52/83] devm_{get_}free_pages(): switch to pointers
` [POC][PATCH 53/83] cavium: (partially) get rid of cargo-culting in allocator
` [POC][PATCH 54/83] um: store stacks as pointers
` [POC][PATCH 55/83] sh: get rid of pointless casts
` [POC][PATCH 56/83] amd_gart_64: "
` [POC][PATCH 57/83] iwlegacy: "
` [POC][PATCH 58/83] iwlwifi: "
` [POC][PATCH 59/83] add pointer-returning variants of __get_free_pages/__get_free_page
` [POC][PATCH 60/83] switch obvious cases to get_free_pages()
` [POC][PATCH 62/83] m68k: switch pte_alloc_one_kernel() to get_free_page()
` [POC][PATCH 63/83] switch kvmppc_core_vcpu_create_pr() "

linux-next: manual merge of the drm-intel tree with Linus' tree
 2015-12-22  1:03 UTC  (2+ messages)

[RFC PATCH v2 0/5] ACPICA / debugger: Add in-kernel AML debugger support
 2015-12-22  1:03 UTC  (9+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 7/7] ACPI / x86: introduce acpi_os_readable() support

bad page state due to PF_ALG socket
 2015-12-22  1:03 UTC  (2+ messages)

[RFC PATCH 00/15] staging/rdma/hfi1: Initial patches to add rdmavt support in HFI1
 2015-12-22  1:01 UTC  (5+ messages)

[PATCH 2/2] irqchip/gic: Only populate set_affinity for the root controller
 2015-12-22  1:00 UTC  (2+ messages)

[PATCH 4/6] soc: rockchip: add reboot mode driver
 2015-12-22  0:59 UTC  (4+ messages)

[PATCH 0/2] drivers/pci: use builtin_platform_driver in renesas
 2015-12-22  0:59 UTC  (6+ messages)
` [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular
` [PATCH 2/2] drivers/pci: make host/pci-rcar-gen2.c "

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-22  0:58 UTC  (4+ messages)
` [PATCH 4/4] create_symref: use existing ref-lock code

[PATCH] mm, oom: initiallize all new zap_details fields before use
 2015-12-22  0:57 UTC  (6+ messages)

[PATCH 2/2] dt-bindings: sound: add devicetree document for rt5616
 2015-12-22  0:54 UTC  (5+ messages)
` [PATCH v1 "

[lkp] [ipv4, ipv6] c5e8d791ca: BUG: unable to handle kernel
 2015-12-22  0:53 UTC  (2+ messages)
`  "

4.4-rc5 crash (af_unix)
 2015-12-22  0:51 UTC  (2+ messages)

[lkp] [drm/i915] 1f814daca4: WARNING: CPU: 0 PID: 44 at drivers/gpu/drm/i915/intel_drv.h:1446 gen6_read32+0x1df/0x1f0 [i915]()
 2015-12-22  0:51 UTC  (2+ messages)
`  "

[PATCH 01/13] staging: wilc1000: fix return type of wilc_add_pkt declaration
 2015-12-22  0:49 UTC  (13+ messages)
` [PATCH 02/13] staging: wilc1000: match argument name of wilc_add_ptk declaration
` [PATCH 03/13] staging: wilc1000: fix return type of wilc_add_rx_gtk declaration
` [PATCH 04/13] staging: wilc1000: match argument name "
` [PATCH 05/13] staging: wilc1000: remove wilc_add_tx_gtk declaration
` [PATCH 06/13] staging: wilc1000: remove wilc_set_start_scan_req declaration
` [PATCH 07/13] staging: wilc1000: fix return type of wilc_set_pmkid_info
` [PATCH 08/13] staging: wilc1000: replace u32 with int
` [PATCH 09/13] staging: wilc1000: rename pu8PmkidInfoArray in wilc_set_pmkid_info
` [PATCH 10/13] staging: wilc1000: fix return type of wilc_get_mac_address
` [PATCH 11/13] staging: wilc1000: rename pu8MacAddress in wilc_get_mac_address
` [PATCH 12/13] staging: wilc1000: fix return type of wilc_set_mac_address
` [PATCH 13/13] staging: wilc1000: rename pu8MacAddress in wilc_set_mac_address

linux-next: manual merge of the drm tree with the imx-mxs tree
 2015-12-22  0:45 UTC 

[PATCH V1 16/16] i40iw: changes for build of i40iw module
 2015-12-22  0:40 UTC  (3+ messages)

Wayland / EGL support
 2015-12-22  0:38 UTC 

[meta-oe][PATCH 0/3] opencv: minor recipe updates
 2015-12-22  0:36 UTC  (4+ messages)
` [meta-oe][PATCH 1/3] opencv: sort PACKAGECONFIG options
` [meta-oe][PATCH 2/3] opencv: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5
` [meta-oe][PATCH 3/3] opencv: support machines based on oe-core tune-corei7.inc

[linux-linus test] 66750: regressions - FAIL
 2015-12-22  0:36 UTC 

[U-Boot] [PATCH] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
 2015-12-22  0:34 UTC  (5+ messages)

[PATCH net-next] ip_tunnel: Move stats update to iptunnel_xmit()
 2015-12-22  0:34 UTC 

[Qemu-devel] [PATCH v2 00/14] Add qapi-to-JSON output visitor
 2015-12-22  0:31 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/14] qapi: Rename (one) qjson.h to qobject-json.h
  `  "
` [Qemu-devel] [PATCH v2 02/14] qapi: Improve use of qmp/types.h
` [Qemu-devel] [PATCH v2 03/14] qapi: Factor out JSON string escaping
` [Qemu-devel] [PATCH v2 04/14] qapi: Factor out JSON number formatting
` [Qemu-devel] [PATCH v2 05/14] qapi: Use qstring_append_chr() where appropriate
` [Qemu-devel] [PATCH v2 06/14] qapi: Add qstring_append_format()
` [Qemu-devel] [PATCH v2 07/14] qapi: add json output visitor
` [Qemu-devel] [PATCH v2 08/14] qjson: Simplify by using json-output-visitor
` [Qemu-devel] [PATCH v2 09/14] Revert "qjson: Simplify by using json-output-visitor"
` [Qemu-devel] [PATCH v2 10/14] vmstate: use new JSON output visitor
` [Qemu-devel] [PATCH v2 11/14] qjson: Remove unused file
` [Qemu-devel] [PATCH v2 12/14] qapi: Add qobject_to_json_pretty_prefix()
` [Qemu-devel] [PATCH v2 13/14] qapi: Support pretty printing in JSON output visitor
` [Qemu-devel] [PATCH v2 14/14] qemu-img: Use new JSON output formatter

[lustre-devel] [PATCH v2] staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl
 2015-12-22  0:30 UTC  (4+ messages)
` [lustre-devel] [PATCH] staging: lustre: Handle nodemask on UMP machines
  `  "

[PATCH v4 0/5] Devicetree support for misc/eeprom/eeprom_93xx46
 2015-12-22  0:30 UTC  (11+ messages)
` [PATCH v4 2/5] Documentation: devicetree: Add DT bindings to eeprom_93xx46 driver
` [PATCH v4 3/5] misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings
` [PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device
` [PATCH v4 5/5] misc: eeprom_93xx46: Add support for a GPIO 'select' line

[PATCH v2 0/5] Clean up SDMA engine code
 2015-12-22  0:26 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: cyclone5_socdk: Enable qspiload console command
 2015-12-22  0:24 UTC  (4+ messages)

[U-Boot] [PATCH v4 1/2] usb: Move determination of TT hub address/port into separate function
 2015-12-22  0:24 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/2] usb: musb: Fix hub port setting for SPLIT transactions

[U-Boot] [PATCH v2] usb: dwc2: avoid out of bounds access
 2015-12-22  0:23 UTC  (2+ messages)

[U-Boot] [PATCH v2] usb: Alloc buffer for USB descriptor dynamically
 2015-12-22  0:23 UTC  (2+ messages)

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-12-22  0:22 UTC  (4+ messages)
` [PATCH 3/8] cgroup: implement cgroup_get_from_path() and expose cgroup_put()

[Xenomai] NVIDIA Drivers w/ Xenomai
 2015-12-22  0:22 UTC 

[PATCH] powerpc: warn on spurious irq events (but ratelimited)
 2015-12-22  0:21 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable ubiload console command
 2015-12-22  0:21 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable ubi and ubifs support
 2015-12-22  0:20 UTC  (3+ messages)

+ mm-move-lru_to_page-to-mm_inlineh.patch added to -mm tree
 2015-12-22  0:16 UTC 

[PATCH 0/8] ALSA: oxfw: obsolete snd-scs1x with snd-oxfw
 2015-12-22  0:15 UTC  (9+ messages)
` [PATCH 1/8] ALSA: oxfw: add scs1x layer
` [PATCH 2/8] ALSA: oxfw: allocate own address region for SCS.1 series
` [PATCH 3/8] ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture
` [PATCH 4/8] ALSA: oxfw: add MIDI capture port for SCS.1 models
` [PATCH 5/8] ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback
` [PATCH 6/8] ALSA: oxfw: add MIDI playback port for SCS.1 models
` [PATCH 7/8] ALSA: oxfw: obsolete scs1x module
` [PATCH 8/8] ALSA: oxfw: add stream format quirk for SCS.1 models

Ideas to do custom operation just after mount?
 2015-12-22  0:14 UTC  (6+ messages)

[PATCH] scripts/oe-selftest: Add support for selftest log with timestamp
 2015-12-22  0:11 UTC  (2+ messages)

[PATCH] network: Fix use-after-free caused by Scan() in poor reception
 2015-12-22  0:10 UTC  (2+ messages)

[PATCH 0/6] linux-yocto: consolidate pull request
 2015-12-22  0:08 UTC  (7+ messages)
` [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4

[PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
 2015-12-22  0:08 UTC  (23+ messages)

[PATCH] libdrm: Upgrade to 2.4.65
 2015-12-22  0:05 UTC  (2+ messages)

[PATCH] comedi/comedilib.h: cleanup coding style
 2015-12-22  0:02 UTC  (2+ messages)

[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
 2015-12-22  0:02 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: master branch updated to dbca016
 2015-12-21 23:59 UTC 

[Qemu-devel] [PATCH 0/8] Raspberry Pi 2 support
 2015-12-21 23:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/8] bcm2835_sbm: add BCM2835 mailboxes
      ` [Qemu-arm] "

[PATCH] clk: bcm2835: Add PWM clock support to the device tree
 2015-12-21 23:57 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 RFC] spec: add qcow2 bitmaps extension specification
 2015-12-21 23:56 UTC  (2+ messages)

[PATCH] cbs: Resolve a use-after-free that could occur with rapid location changes
 2015-12-21 23:55 UTC  (2+ messages)

[PATCH v3] clk: ti: Add support for dm814x ADPLL
 2015-12-21 23:55 UTC  (3+ messages)

[PATCH v3 0/3] Add AMBA bus probing support to ACPI
 2015-12-21 23:54 UTC  (4+ messages)
` [PATCH v3 1/3] ACPI: amba bus probing support


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.