messages from 2015-03-01 10:54:39 to 2015-03-01 13:19:19 UTC [more...]
[PATCH 00/24] Phasing out direct usage of asm/mmu.h on ARM
2015-03-01 13:17 UTC (21+ messages)
` [PATCH 01/24] usb: gadget: include common.h in header
` [PATCH 02/24] ARM: move virt<->phys translation to io.h
` [PATCH 03/24] dma: add streaming DMA ops
` [PATCH 04/24] ARM: move DMA alloc functions to dma.h
` [PATCH 05/24] ARM: implement streaming DMA ops
` [PATCH 06/24] AHCI: convert to "
` [PATCH 07/24] MCI: dw-mmc: "
` [PATCH 08/24] MCI: imx: "
` [PATCH 09/24] MCI: tegra-sdmmc: "
` [PATCH 10/24] net: arc-emac: "
` [PATCH 11/24] net: cpsw: "
` [PATCH 12/24] net: at91_ether: "
` [PATCH 13/24] net: davinci_emac: "
` [PATCH 14/24] net: designware: "
` [PATCH 17/24] net: orion-gbe: "
` [PATCH 18/24] net: rtl8169: "
` [PATCH 19/24] net: xgmac: "
` [PATCH 20/24] usb: gadget: fsl_udc: "
` [PATCH 23/24] ARM: bcm2835: mbox: "
` [PATCH 24/24] ARM: MMU: unexport cache maintenance functions
[Qemu-trivial] [PATCH] disas/microblaze: Fix warnings caused by missing 'static' attribute
2015-03-01 13:18 UTC (2+ messages)
` [Qemu-devel] "
[B.A.T.M.A.N.] [RFCv3 1/3] batman-adv: Define the size of hashtables by hash bits
2015-03-01 13:15 UTC (3+ messages)
` [B.A.T.M.A.N.] [RFCv3 2/3] batman-adv: Remove size information from hash table
` [B.A.T.M.A.N.] [RFCv3 3/3] batman-adv: Remove wrapper structure for hash tables
[Buildroot] [git commit branch/next] wine: New package
2015-03-01 13:15 UTC (2+ messages)
[PATCH] ARM: do not specify -static and -pie at the same time
2015-03-01 13:12 UTC
[Qemu-trivial] [PATCH] disas/cris: Fix warning caused by missing 'static' attribute
2015-03-01 13:07 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-trivial] [PATCH] disas/arm: Fix warnings caused by missing 'static' attribute
2015-03-01 13:05 UTC (2+ messages)
` [Qemu-devel] "
[PATCH] Avoid null-pointer access in w1/slaves/w1_therm
2015-03-01 13:04 UTC (4+ messages)
feature request: excluding files/paths from "git grep"
2015-03-01 13:03 UTC (10+ messages)
assuming someone will update kernel versions in kernel dev manual?
2015-03-01 13:01 UTC
[PATCH] clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour
2015-03-01 13:00 UTC (3+ messages)
[PATCH net-next v3 0/7] net: move skb->dropcount to skb->cb[]
2015-03-01 12:58 UTC (12+ messages)
` [PATCH net-next v3 2/7] net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
` [PATCH net-next v3 4/7] net: packet: use sockaddr_ll fields as storage for skb original length in recvmsg path
` [PATCH net-next v3 1/7] net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
` [PATCH net-next v3 3/7] net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_recv_timestamp()
` [PATCH net-next v3 5/7] net: use common macro for assering skb->cb[] available size in protocol families
` [PATCH net-next v3 7/7] net: move skb->dropcount to skb->cb[]
` [PATCH net-next v3 6/7] net: add common accessor for setting dropcount on packets
[PATCH 1/3] wic: fix fstab generation
2015-03-01 12:54 UTC (3+ messages)
` [PATCH 2/3] wic: add fsimage plugin
` [PATCH 3/3] wic: rawcopy: support skipping
[PATCH] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC
2015-03-01 12:54 UTC (5+ messages)
[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
2015-03-01 12:44 UTC (49+ messages)
` [PATCH v8 01/18] clk: tegra: Add binding for the Tegra124 DFLL clocksource
` [PATCH v8 02/18] clk: tegra: Add library for the DFLL clock source (open-loop mode)
` [PATCH v8 03/18] clk: tegra: Add closed loop support for the DFLL
` [PATCH v8 04/18] clk: tegra: Add functions for parsing CVB tables
` [PATCH v8 05/18] clk: tegra: Introduce ability for SoC-specific reset control callbacks
` [PATCH v8 06/18] clk: tegra: Add DFLL DVCO reset control for Tegra124
` [PATCH v8 07/18] clk: tegra: Add Tegra124 DFLL clocksource platform driver
` [PATCH v8 08/18] clk: tegra: Save/restore CCLKG_BURST_POLICY on suspend
` [PATCH v8 09/18] clk: tegra: Add the DFLL as a possible parent of the cclk_g clock
` [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent
` [PATCH v8 11/18] ARM: tegra: Add the DFLL to Tegra124 device tree
` [PATCH v8 12/18] ARM: tegra: Enable the DFLL on the Jetson TK1
` [PATCH v8 13/18] cpufreq: tegra124: Add device tree bindings
` [PATCH v8 14/18] cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreq
` [PATCH v8 15/18] cpufreq: Add cpufreq driver for Tegra124
` [PATCH v8 16/18] ARM: tegra: Add entries for cpufreq on Tegra124
` [PATCH v8 17/18] ARM: tegra: Add CPU regulator to the Jetson TK1 device tree
` [PATCH v8 18/18] ARM: tegra: enable Tegra124 cpufreq driver by default
[Qemu-trivial] [PATCH] oslib-posix: Fix compiler warning (-Wclobbered) and simplify the code
2015-03-01 12:52 UTC (2+ messages)
` [Qemu-devel] "
picotcp barebox integration
2015-03-01 12:54 UTC (5+ messages)
[PATCH v2] staging: lustre: Use kasprintf
2015-03-01 12:50 UTC (2+ messages)
` [Outreachy kernel] "
[PATCH] spi - fix a typo in comment
2015-03-01 12:49 UTC (2+ messages)
[PATCH] Staging: lustre: lustre: ldlm: Fix line over 80 characters
2015-03-01 12:40 UTC (3+ messages)
` [PATCH v2] Staging: lustre: "
` [Outreachy kernel] "
[PATCH 00/12] staging: Transform kzalloc calls to kcalloc and kmalloc to kzalloc
2015-03-01 12:34 UTC (14+ messages)
` [PATCH 01/12] staging: rtl8192u: Use kzalloc instead of kmalloc
` [PATCH 02/12] staging: rtl8188eu: Use kcalloc instead of kzalloc
` [PATCH 03/12] "
` [PATCH 04/12] staging: dgnc: "
` [PATCH 05/12] staging: iio: "
` [PATCH 06/12] "
` [PATCH 07/12] staging: wlan-ng: Use kzalloc instead of kmalloc
` [PATCH 08/12] staging: media: Use kcalloc instead of kzalloc
` [PATCH 09/12] staging: media: Use kcalloc, "
` [Outreachy kernel] "
` [PATCH 10/12] staging: unisys: Use kcalloc "
` [PATCH 11/12] staging: rtl8192e: Use kzalloc instead of kcalloc
` [PATCH 12/12] staging: rtl8192e: Use kzalloc instead of kmalloc
[PATCH v2 00/17] general cleanups and sandbox OF integration
2015-03-01 12:32 UTC (18+ messages)
` [PATCH v2 01/17] drivers: remove unused function dev_protect()
` [PATCH v2 02/17] fs: make "offset" parameter of erase() and protect() 64 bit safe
` [PATCH v2 03/17] of_path: of_find_path(): remove unused variable len
` [PATCH v2 04/17] of/base: fix sparse warning, don't use interger 0 as NULL pointer
` [PATCH v2 05/17] of: add no-op function for of_register_fixup()
` [PATCH v2 06/17] of: add no-op functions for of_find_node_by_alias() and of_find_node_by_path_or_alias()
` [PATCH v2 07/17] sandbox: fix indention in help text
` [PATCH v2 08/17] sandbox: add support to pass dtb to barebox
` [PATCH v2 09/17] sandbox: hostfile: clarify variable names
` [PATCH v2 10/17] sandbox: hostfile: probe(): add missing pointer from cdev.dev to dev
` [PATCH v2 11/17] sandbox: hostfile: remove struct hf_platform_data from hf_priv
` [PATCH v2 12/17] sandbox: hostfile: move fd from platform data to priv
` [PATCH v2 13/17] sandbox: hostfile: probe driver earlier
` [PATCH v2 14/17] sandbox: hostfile: use the memory resource to determine the size not the platform_data
` [PATCH v2 15/17] sandbox: hostfile: add support for OF
` [PATCH v2 16/17] sandbox: add sample dts
` [PATCH v2 17/17] sandbox: activate OF support in defconfig
[PATCH 00/13] pull: rtcwake changes
2015-03-01 12:26 UTC (16+ messages)
` [PATCH 02/13] rtcwake: enumerate constant mode strings
` [PATCH 04/13] rtcwake: remove RTC_ALM_READ and RTC_ALM_SET compatibility
` [PATCH 09/13] rtcwake: do not overwrite device name
` [PATCH 10/13] bash-completion: add freeze mode to rtcwake
` [PATCH 11/13] rtcwake: improve coding style
[Bug 94061] New: [radeon - Kaveri] dpm works badly - much to high power consumption compared to catalyst
2015-03-01 12:26 UTC
[PATCH] pinctrl: sh-pfc: Remove r8a7791 platform_device_id entry
2015-03-01 12:20 UTC (2+ messages)
[PATCH 00/16] pull: changes to various utils
2015-03-01 12:20 UTC (25+ messages)
` [PATCH 01/16] whereis: tell when mandatory option is missing
` [PATCH 02/16] flock: add --verbose option
` [PATCH 03/16] flock: improve timeout handling
` [PATCH 09/16] eject: use parse_switch()
` [PATCH 11/16] tailf: check printing criteria more carefully
` [PATCH 12/16] tailf: count last lines correctly at initial print out
` [PATCH 14/16] tailf: ensure file argument really is a file
` [PATCH 16/16] logger: fix -i argument parsing regression
[PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1
2015-03-01 12:19 UTC (5+ messages)
` [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties
[PATCH] Documentation: Add link for Yocto LTSI page to kernel manual
2015-03-01 12:19 UTC
preempt in kprobe
2015-03-01 12:18 UTC
[Buildroot] [PATCH v9] wine: New package
2015-03-01 12:12 UTC (2+ messages)
[PATCH 1/5] bbu: include necessary headers
2015-03-01 12:10 UTC (4+ messages)
` [PATCH 4/5] ARM: tegra: add barebox update handler to Beaver board
[Buildroot] [PATCH 0/3] uclibc: add support for uClibc-ng
2015-03-01 12:09 UTC (4+ messages)
[Buildroot] [git commit] wine: New package
2015-03-01 12:07 UTC
[Buildroot] [PATCH] wget: bump version to 1.16.2
2015-03-01 12:00 UTC
[PATCH v9 1/3] cfg80211: Simplify the handling of regulatory indoor setting
2015-03-01 6:02 UTC (3+ messages)
` [PATCH v9 2/3] cfg80211: Add API to change the indoor regulatory setting
` [PATCH v9 3/3] cfg80211: Schedule timeout for all CRDA calls
[PATCH v8 1/3] cfg80211: Simplify the handling of regulatory indoor setting
2015-03-01 12:00 UTC (4+ messages)
` [PATCH v8 2/3] cfg80211: Add API to change the indoor regulatory setting
[PATCH] Add hint for translators for y/n reply
2015-03-01 11:58 UTC (2+ messages)
` [PATCHv2] Add hint interactive cleaning
[U-Boot] [PATCH 0/4] Add support for stm32f429-discovery board
2015-03-01 11:44 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: Add ARMv7-M support
` [U-Boot] [PATCH 2/4] ARMv7M: Add STM32F4 support
` [U-Boot] [PATCH 3/4] stm32f4: Add serial driver
` [U-Boot] [PATCH 4/4] stm32f4: Add support for stm32f429-discovery board
[RFC/PATCH 0/3] protocol v2
2015-03-01 11:32 UTC (5+ messages)
[PATCH net-next v2 0/8] eBPF support for cls_bpf
2015-03-01 11:31 UTC (9+ messages)
` [PATCH net-next v2 1/8] ebpf: remove kernel test stubs
` [PATCH net-next v2 2/8] ebpf: constify various function pointer structs
` [PATCH net-next v2 3/8] ebpf: export BPF_PSEUDO_MAP_FD to uapi
` [PATCH net-next v2 4/8] ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
` [PATCH net-next v2 5/8] ebpf: remove CONFIG_BPF_SYSCALL ifdefs in socket filter code
` [PATCH net-next v2 6/8] ebpf: add sched_cls_type and map it to sk_filter's verifier ops
` [PATCH net-next v2 7/8] ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
` [PATCH net-next v2 8/8] cls_bpf: add initial eBPF support for programmable classifiers
[PATCH 00/31] pull: more changes
2015-03-01 11:19 UTC (7+ messages)
` [PATCH 18/31] more: split run time help screen to multiple translatable lines
` [PATCH 19/31] more: tell in run time help what the 'v' will execute as editor
How to handle TIF_MEMDIE stalls?
2015-03-01 11:17 UTC (7+ messages)
[PATCH 0/2] Mellanox ConnectX-3 PMD
2015-03-01 11:15 UTC (2+ messages)
[PATCH v2 0/4] Mellanox ConnectX-3 PMD
2015-03-01 11:07 UTC (7+ messages)
` [PATCH v3 0/3] "
[Buildroot] [git commit branch/next] uclibc: enable Xtensa NPTL support with uClibc-ng
2015-03-01 11:03 UTC
[Buildroot] [git commit] uclibc: enable Xtensa NPTL support with uClibc-ng
2015-03-01 11:03 UTC
[Buildroot] [git commit branch/next] uclibc: add ability to use uClibc-ng 1.0.0
2015-03-01 11:02 UTC
[Buildroot] [git commit] uclibc: add ability to use uClibc-ng 1.0.0
2015-03-01 11:02 UTC
[PATCH 1/2] acpi/video: Load the module even if ACPI is disabled
2015-03-01 10:41 UTC (2+ messages)
` [PATCH 2/2] acpi/video: Propagate the error code for acpi_video_register
[PATCH net-next v2] pppoe: Use workqueue to die properly when a PADT is received
2015-03-01 10:54 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.