All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-02-04 14:54:04 to 2013-02-04 15:41:21 UTC [more...]

[PATCH 0/7] mfd: update on max8925 for DT support
 2013-02-04 15:41 UTC  (8+ messages)

[PATCH] mac80211: remove unused SSID from BSS
 2013-02-04 15:41 UTC  (2+ messages)

[PATCH 1/6] mfd: max8925: add irqdomain for dt
 2013-02-04 15:40 UTC  (6+ messages)
` [PATCH 2/6] mfd: max8925: fix mfd device register failure
` [PATCH 3/6] mfd: max8925: fix onkey driver irq base
` [PATCH 4/6] mfd: max8925: support dt for backlight
` [PATCH 5/6] mfd: max8925: add dts
` [PATCH 6/6] Documentation: add docs for max8925 dt

[PATCH] cfg80211: remove unused cfg80211_get_mesh
 2013-02-04 15:41 UTC  (2+ messages)

[PATCH] cfg80211: fix BSS list hidden SSID lookup
 2013-02-04 15:40 UTC  (2+ messages)

[PATCH] arch: avr32: add dummy syscalls
 2013-02-04 15:39 UTC  (11+ messages)

[PATCH v2] cfg80211: simplify mesh BSS comparison
 2013-02-04 15:39 UTC  (2+ messages)

[PATCH] xend: resume a guest domain after an unsuccessful live migration
 2013-02-04 15:39 UTC  (2+ messages)

[PATCH 1/2] cfg80211: refactor hidden SSID finding
 2013-02-04 15:39 UTC  (2+ messages)

[PATCH v3] lpc_ich: fix gpio base and control offsets
 2013-02-04 15:38 UTC  (2+ messages)

[PATCH for 3.8] brcmsmac: rework of mac80211 .flush() callback operation
 2013-02-04 15:37 UTC  (2+ messages)

[PATCH] Update SRC_URI to point to new file location
 2013-02-04 15:21 UTC 

[PATCH 0/4] CPUFreq: Implement per policy instances of governors
 2013-02-04 15:37 UTC  (12+ messages)

some performance issue
 2013-02-04 15:36 UTC  (3+ messages)

[xen-unstable test] 15401: regressions - FAIL
 2013-02-04 15:36 UTC  (10+ messages)

[PATCH 0/2] 64-bit counters in the struct station_info
 2013-02-04 15:36 UTC  (3+ messages)
` [PATCH 1/2] wireless: expand per-station byte counters to 64bit

[PATCH] opensm/configure.in: Remove Default-Start from opensmd init script
 2013-02-04 15:36 UTC  (10+ messages)

Mount failure due to restricted access to a point along the mount path
 2013-02-04 15:34 UTC 

[PATCH-v2] tty: Use raw spin lock to protect the TTY read section
 2013-02-04 15:33 UTC  (3+ messages)
` [PATCH-v3] "

[U-Boot] U-Boot Bug with newer GCC
 2013-02-04 15:32 UTC  (15+ messages)

[PATCHSET] idr: implement idr_alloc() and convert existing users
 2013-02-04 15:32 UTC  (3+ messages)
` [PATCH 25/62] infiniband/cxgb4: convert to idr_alloc()

Sync the assembler with Mesa's opcode emission code
 2013-02-04 15:28 UTC  (91+ messages)
` [PATCH 01/90] build: Add CAIRO_FLAGS to the debugger compilation
` [PATCH 02/90] gitignore: Ignore TAGS files
` [PATCH 03/90] build: Don't use AM_MAINTAINER_MODE
` [PATCH 04/90] build: Only build the assembler if flex and bison are found
` [PATCH 05/90] build: Add the debugger compilation status to the summary
` [PATCH 06/90] assembler: Sync brw_instruction's header with mesa's
` [PATCH 07/90] assembler: Rename three_src_gen6 to da3src
` [PATCH 08/90] assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache
` [PATCH 09/90] assembler: Rename dp_gen6 to gen6_dp and sync with Mesa's
` [PATCH 10/90] assembler: Rename dp_gen7 to gen7_dp and sync it "
` [PATCH 11/90] assembler: Remove struct dp_write_gen6 and struct use gen6_dp
` [PATCH 12/90] assembler: Rename gen5 DP pixel_scoreboard_clear to last_render_target
` [PATCH 13/90] assembler: Rename branch to branch_gen6
` [PATCH 14/90] assembler: Rename branch_2_offset to break_cont
` [PATCH 15/90] assembler: Rename bits3.id and bits3.fd
` [PATCH 16/90] assembler: Adopt brw_structs.h from mesa
` [PATCH 17/90] assembler: Remove trailing white spaces from brw_structs.h
` [PATCH 18/90] assembler: Adopt enum brw_message_target from mesa
` [PATCH 19/90] assembler: Rename BRW_ACCWRCTRL_ACCWRCTRL
` [PATCH 20/90] assembler: Import brw_defines.h from Mesa
` [PATCH 21/90] assembler: Remove trailing white space from brw_defines.h
` [PATCH 22/90] assembler: Update the disassembler code
` [PATCH 23/90] assembler: Import ralloc from Mesa
` [PATCH 24/90] assembler: Remove white space from brw_eu.h
` [PATCH 25/90] assembler: Introduce struct brw_context
` [PATCH 26/90] assembler: Make an libbrw library
` [PATCH 27/90] assembler: Protect gen4asm.h from multiple inclusions
` [PATCH 28/90] assembler: Import brw_eu_compact.c
` [PATCH 29/90] assembler: Import brw_eu.c
` [PATCH 30/90] assembler: Don't use -Wpointer-arith
` [PATCH 31/90] assembler: Import brw_eu_emit.c
` [PATCH 32/90] assembler: Use BRW_WRITEMASK_XYZW instead of the 0xf constant
` [PATCH 33/90] assembler: Remove the writemask_set field of struct dest_operand
` [PATCH 34/90] assembler: Use subreg_nr to store the address register subreg
` [PATCH 35/90] assembler: Simplify get_subreg_address()
` [PATCH 36/90] assembler: Make print_instruction() take an instruction
` [PATCH 37/90] assembler: Refactor the code adding instructions and labels
` [PATCH 38/90] assembler: Make explicit that labels are part of the instructions list
` [PATCH 39/90] assembler: Don't change the size of opcodes!
` [PATCH 40/90] assembler: Make sure nobody adds a field back to struct brw_instruction
` [PATCH 41/90] assembler: Don't expose functions only used in main.c
` [PATCH 42/90] assembler: Make struct declared_register use struct brw_reg
` [PATCH 43/90] assembler: Replace struct direct_reg by "
` [PATCH 44/90] assembler: Replace struct indirect_reg "
` [PATCH 45/90] assembler: Unify the direct and indirect register type
` [PATCH 46/90] assembler: Replace struct dst_operand by struct brw_reg
` [PATCH 47/90] assembler: Consolidate the swizzling configuration on 8 bits
` [PATCH 48/90] assembler: Get rid of src operand's swizzle_set
` [PATCH 49/90] assembler: Use brw_reg in the source operand
` [PATCH 50/90] assembler: Factor out the destination register validation
` [PATCH 51/90] assembler: Use brw_set_dest() to encode the destination
` [PATCH 52/90] assembler: Factor out the source register validation
` [PATCH 53/90] assembler: ExecSize can be as big as 32 channels
` [PATCH 54/90] assembler: Fix comparisons between reg.type and Architecture registers
` [PATCH 55/90] assembler: Store immediate values in reg.dw1.ud
` [PATCH 56/90] assembler: Don't warn if identical declared registers are redefined
` [PATCH 57/90] assembler: Add location support
` [PATCH 58/90] assembler: Add error() and warn() shorthands and use them in set_src[01]
` [PATCH 59/90] assembler: Add a check for when width is 1 and hstride is not 0
` [PATCH 60/90] assembler: Add a check for when ExecSize and width are 1
` [PATCH 61/90] assembler: Add the input filename to the error/warning messages
` [PATCH 62/90] assembler: Use brw_set_src0()
` [PATCH 63/90] assembler: Port the warning and error reporting to warn()/error()
` [PATCH 64/90] assembler: Cleanup visibility of a few global variables/functions
` [PATCH 65/90] assembler: Fix ')' placement in condition
` [PATCH 66/90] assembler: Implement register-indirect addressing mode in brw_set_src1()
` [PATCH 67/90] assembler: Use brw_set_src1()
` [PATCH 68/90] assembler: Renamed the instruction field to insn
` [PATCH 69/90] assembler: Unify all instructions to be brw_program_instructions
` [PATCH 70/90] assembler: Move struct relocation out of relocatable instructions
` [PATCH 71/90] assembler: Gather all predicate data in its own structure
` [PATCH 72/90] assembler: Unify adding options to the header
` [PATCH 73/90] assembler: Isolate all the options in their own structure
` [PATCH 74/90] assembler: Introduce set_instruction_opcode()
` [PATCH 75/90] assembler: Introduce set_intruction_pred_cond()
` [PATCH 76/90] assembler: Introduce set_instruction_saturate()
` [PATCH 77/90] assembler: Expose setters for 3src operands
` [PATCH 78/90] assembler: Add support for D and UD in 3-src instructions
` [PATCH 79/90] assembler: Use brw_*() functions for "
` [PATCH 80/90] assembler: Don't pollute the library files with gen4asm.h
` [PATCH 81/90] assembler: Put struct opcode_desc back in brw_context.h
` [PATCH 82/90] assembler: Use set_instruction_src1() in send
` [PATCH 83/90] assembler: Finish importing brw_eu_*c from mesa
` [PATCH 84/90] assembler: Merge declared_register's type into the reg structure
` [PATCH 85/90] assembler: Use defines for width
` [PATCH 86/90] assembler: Remove trailing white space
` [PATCH 87/90] assembler: Don't use GL types
` [PATCH 88/90] assembler: Group the header inclusions together
` [PATCH 89/90] assembler: Fix the decoding of the destination horizontal stride
` [PATCH 90/90] assembler: Mark format() as PRINTFLIKE in the disassembler

[PATCH v2 1/1] powerpc/85xx: Board support for ppa8548
 2013-02-04 15:30 UTC  (2+ messages)

[PATCH] sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h
 2013-02-04 15:23 UTC 

[U-Boot] [PATCH V2 0/7] ARM: OMAP4+: Cleanup clocks, control and emif code
 2013-02-04 15:30 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/7] ARM: OMAP4+: Change the PRCM structure prototype common for all Socs

[U-Boot] common/cmd_disk.c doesn't actually define any "commands"
 2013-02-04 15:30 UTC  (7+ messages)

[RFC PATCH] Coverage support
 2013-02-04 15:29 UTC  (6+ messages)
` [PATCH 2/4] Adding support for coverage information

[PATCH] ib/ipoib: fix CM crash after commit b13912bbb4a2
 2013-02-04 15:29 UTC 

[PATCH] mac80211: Fix PN corruption in case of multiple virtual interface
 2013-02-04 15:28 UTC  (2+ messages)

[WIP/RFH/RFD/PATCH] grep: allow to use textconv filters
 2013-02-04 15:27 UTC 

[CONSOLIDATED PULL 00/69] master-next & MUT (post M3)
 2013-02-04 15:11 UTC  (2+ messages)

[PATCH 0/5] ARM: OMAP2+: System timer updates
 2013-02-04 15:27 UTC  (4+ messages)
` [PATCH 4/5] ARM: OMAP2+: Simplify system timers definitions

HVM guests hanging in hpet_rtc_interrupt
 2013-02-04 15:27 UTC  (5+ messages)

[PATCH 1/2] ARM: dts: rename imx6q.dtsi to imx6qdl.dtsi
 2013-02-04 15:27 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: add dtsi for imx6q and imx6dl

[PATCH v5] netbase: split up in netbase and init-ifupdown
 2013-02-04 15:12 UTC 

[xen-unstable test] 15417: regressions - FAIL
 2013-02-04 15:26 UTC 

[PATCH RFC] hvm: Allow triple fault to imply crash rather than reboot
 2013-02-04 15:26 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Create an API for safely accessing BMP header fields
 2013-02-04 15:25 UTC  (6+ messages)

[PATCH V2 1/3] PM: Introduce suspend state PM_SUSPEND_FREEZE
 2013-02-04 15:25 UTC  (4+ messages)
` [PATCH V2 3/3] i915: ignore lid open event when resuming
    ` [Intel-gfx] "

[PATCH] parisc: fixes and cleanups in page cache flushing (1/4)
 2013-02-04 15:24 UTC  (3+ messages)

Error message when trying to use Infiniband virtual functions in virtual machine
 2013-02-04 15:24 UTC  (5+ messages)
` Fwd: "

[GIT PULL 1/4] core ARM kvm implementation for 3.9
 2013-02-04 15:24 UTC  (3+ messages)
` [GIT PULL 2/4] ARM broadcast timer updates "

drivers/gpu/drm/nouveau/nouveau_acpi.c:420: undefined reference to `acpi_video_get_edid'
 2013-02-04 15:23 UTC 

[PATCH] asmlinkage tag for sys_iopl
 2013-02-04 15:21 UTC  (5+ messages)

[BUG] crystalhd git.linuxtv.org kernel driver: unable to handle kernel paging requests, improper (spin)locking(?) and paging
 2013-02-04 15:21 UTC  (6+ messages)
  ` [BUG] crystalhd git.linuxtv.org kernel driver: unable to handle kernel paging requests, improper (spin)locking(?) and paging, null pointer oopses on SMP, libcrstalhd3-git i686 not interfacing to amd64 SMP 3.x kernel
    ` [BUG] crystalhd git.linuxtv.org kernel driver: No more Oops or kernel crashes with Linux 3.2
      ` [BUG] crystalhd git.linuxtv.org kernel driver: Crashing again Linux, 3.2, using mozilla flashplugin from adobe
        ` [PATCH] crystalhd git.linuxtv.org kernel driver: FIX kernel freeze or OOPS in ISRs

Kernel recieves DNS reply, but doesn't deliver it to a waiting application
 2013-02-04 15:21 UTC  (15+ messages)
` [BUG] "

[Qemu-trivial] [Qemu-devel] [PATCH for-1.4] target-cris: Build fix for debug output
 2013-02-04 15:14 UTC  (2+ messages)

[PATCH 0/6] uprobes/tracing: cleanups and minor fixes
 2013-02-04 15:18 UTC  (4+ messages)
` [PATCH 6/6] uprobes/perf: Always increment trace_uprobe->nhit

[PATCH 0/2] mm: hotplug: implement non-movable version of get_user_pages() to kill long-time pin pages
 2013-02-04 15:18 UTC  (5+ messages)
` [PATCH 2/2] fs/aio.c: use get_user_pages_non_movable() to pin ring pages when support memory hotremove

Crash after commit b13912bbb4a2 "IPoIB: Call skb_dst_drop() once skb is enqueued for sending"
 2013-02-04 15:17 UTC 

[PATCH v4 0/9] devcg: introduce proper hierarchy support
 2013-02-04 15:17 UTC  (12+ messages)
` [PATCH v4 9/9] devcg: propagate local changes down the hierarchy
    ` [PATCH v5 "

[Bug 53411] New: Typo in PTY(7)
 2013-02-04 15:16 UTC  (3+ messages)
  ` [Bug 53411] "

[PATCH v2] Make frontswap+cleancache and its friend be modularized
 2013-02-04 15:14 UTC  (4+ messages)

fsl.image-test boot problem
 2013-02-04 15:15 UTC  (2+ messages)

[PATCH] sunrpc: copy scope ID in __rpc_copy_addr6
 2013-02-04 15:12 UTC  (5+ messages)

[PATCH 1/2] ARM: dma-mapping: add support for CMA regions placed in highmem zone
 2013-02-04 15:11 UTC  (8+ messages)
` [PATCHv2 "

[PATCH 1/2] mac80211: send deauth when connection is lost
 2013-02-04 15:09 UTC  (4+ messages)
` [PATCH 2/2] mac80211: always allow calling ieee80211_connection_loss()

[PATCH 00/10] [RFC v2] quick dump
 2013-02-04 15:10 UTC  (5+ messages)

[PATCHv4 0/7] zswap: compressed swap caching
 2013-02-04 15:07 UTC  (9+ messages)

[PATCH] hob: remove parsing warnings when machine is changed
 2013-02-04 14:56 UTC 

Linux 3.6.x kernel crash in tcp_slow_start / bictcp_cong_avoid with wfica
 2013-02-04 15:07 UTC  (15+ messages)
                ` [PATCH] tcp: tcp_process_frto() should not set snd_cwnd to 0
                      ` [PATCH] tcp: frto "

[PATCH] mmc: omap_hsmmc: MAINTAINERS: change omap_hsmmc maintenance to orphan
 2013-02-04 15:07 UTC  (4+ messages)
` [PATCH] mmc: omap_hsmmc: MAINTAINERS: update

[docs] /proc/irq/
 2013-02-04 15:06 UTC  (2+ messages)

[PATCH 0/2] ARM: OMAP2+: GPMC Fixes
 2013-02-04 15:05 UTC  (7+ messages)
` [PATCH 2/2] ARM: OMAP2: Fix GPMC memory initialisation

[PATCH] Regulator: Reorder the min max assignment in the sequence of regulator_set_voltage function
 2013-02-04 15:05 UTC  (3+ messages)

Congratulations!!
 2013-02-04 15:05 UTC 

ip6gre_tunnel_xmit() leaking an skb?
 2013-02-04 15:04 UTC  (2+ messages)

[RFC PATCH 00/18] tlg2300: various v4l2-compliance fixes
 2013-02-05  4:07 UTC  (9+ messages)
` [RFC PATCH 04/18] tlg2300: remove ioctls that are invalid for radio devices
` [RFC PATCH 08/18] tlg2300: fix radio querycap
` [RFC PATCH 13/18] tlg2300: fix missing audioset

[PATCH] mtd: fix random pointer dereference in OF device name handling
 2013-02-04 15:03 UTC  (4+ messages)

[PATCH] mfd: syscon: Added support for using platform driver resources
 2013-02-04 15:00 UTC 

[ANNOUNCE] 3.6.11-rt26
 2013-02-04 15:02 UTC  (2+ messages)

rt patch for kernel v3.7.5
 2013-02-04 14:59 UTC  (3+ messages)

[PATCH v2] hvm: Allow triple fault to imply crash rather than reboot
 2013-02-04 14:57 UTC 

User-triggerable WARNING with fuse
 2013-02-04 14:56 UTC  (2+ messages)

coverage license information
 2013-02-04 14:54 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.